read_plink | R Documentation |
PLINK
filesSee genio for a dedicated R
package for
reading and writing PLINK
files. This function is based on a similar function in the plink2R
package.
read_plink(pref, inds = NULL, pops = NULL, verbose = FALSE)
pref |
Prefix of packedancestrymap files (files have to end in |
inds |
Individuals for which data should be read. Defaults to all individuals |
pops |
Populations for which data should be read. Cannot be provided together with 'inds' |
verbose |
Print progress updates |
A list with the genotype data matrix, the .ind
file, and the .snp
file
## Not run:
samples = c('Ind1', 'Ind2', 'Ind3')
geno = read_packedancestrymap(prefix, samples)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.