read_CAPRIpop {CIMICE}R Documentation

Read a "CAPRIpop" file

Description

Read a "CAPRIpop" formatted file from the file system

Usage

read_CAPRIpop(filepath)

Arguments

filepath

path to file

Value

a list containing the described mutational matrix as a (sparse) matrix and a list of the frequency of the genotypes

Examples

#          "pathToDataset/myDataset.CAPRI"
read_CAPRI(system.file("extdata", "example.CAPRIpop", package = "CIMICE", mustWork = TRUE))


[Package CIMICE version 1.2.0 Index]