| LocusMapData {CGEN} | R Documentation |
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 |
# Load and print the first 5 rows data(LocusMapData, package="CGEN") LocusMapData[1:5, ]