Locus map data for Manhattan.plot
LocusMapData.txt is a tab delimited file that contains sample chromosome and location information. The first 5 rows look like:
SNP | CHROMOSOME | LOCATION |
rs11102647 | 1 | 113783261 |
rs6695241 | 1 | 172626514 |
rs12567796 | 1 | 18262009 |
rs2810583 | 1 | 41549436 |
1 2 3 4 | # Load and print the first 5 rows
data(LocusMapData, package="CGEN")
LocusMapData[1:5, ]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.