Description Usage Arguments Value
Require the complete set of 3 files in the binary PLINK format. It includes BED file, BIM file and BAM file. For more information about the binary PLINK format, please check in the manual of PLINK.
Reads the binary file into memory but obnly stores binary format; we use accessor functions to
1 |
bed |
the file location for the bed file, or the file root |
bim |
(default NULL, meaning infer from bed) the file location for the bim file, if not using the file root |
fam |
(default NULL, meaning infer from bed) the file location for the fam file, if not using the file root |
verbose |
(default TRUE) Whether to report progress |
A list containing:
snp: The SNP matrix loaded from the BED file
snp.info (if !only.snp) the snp info from the bim file
ind.info (if !only.snp) the individual info from the fam file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.