Description Usage Arguments Value Examples
Read the LINKDATAGEN annotation file for MPS and Illumina SNP chip data (rev.807 Dec2013), and select only the chr, bp and cm columns. Based on the b37 build.
1 | read_annot(fname)
|
fname |
The file name to read. |
data.frame with 4,031,388 rows and 3 columns: chrom (char), bp (int) and cm (double)
1 | annot <- read_annot("annotHapMap2U.txt.gz")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.