Genetic Map data | R Documentation |
Genetic Map data
Genetic Map to provide genomic coordinates for GD. Variants are in rows. The first column is the variant name (SNP). The second column is the chromosome (Chromosome). The third column is the position (position).
Numeric format data
## Not run:
myGMFile <- system.file("extdata", "mdp_SNP_information.txt.gz", package = "GAPIT3")
myGM <- read.table(myGMFile, header = FALSE)
myGM[1:4, ]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.