readPLINK | R Documentation |
Read PLINK binary data and save in gData format. This is a wrapper around
read.plink
in the Bioconductor package
snpStats
. This package needs to be installed for the function to
work.
readPLINK(bed, bim, fam, ...)
bed |
The name of the file containing the packed binary SNP genotype data. It should have the extension .bed; If it doesn't, then this extension will be appended. |
bim |
The file containing the SNP descriptions. If not specified
|
fam |
The file containing subject (and, possibly, family) identifiers.
This is basically a tab-delimited "pedfile". If not specified
|
... |
Further arguments passed to |
An object of class gData
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.