Description Usage Arguments Details Value Examples
Reads in genotypes in .bed format with corresponding bim and fam files
1 | read.bed(bed.prefix)
|
bed.prefix |
Path leading to the bed, bim, and fam files. |
Use plink with –make-bed
Genotype matrix
1 2 3 4 | # assuming you have PLINK format HapMap data from: http://pngu.mgh.harvard.edu/~purcell/plink/res.shtml
# run this in the unpacked folder
x = NULL
## Not run: x = read.bed("hapmap_r23a")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.