LocusMapData {CGEN}R Documentation

Locus map data

Description

Locus map data for Manhattan.plot

Details

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

Examples

 # Load and print the first 5 rows 
 data(LocusMapData, package="CGEN") 

 LocusMapData[1:5, ]


[Package CGEN version 3.28.0 Index]