readGeneticMapFromFile {sim1000G} | R Documentation |
The file must be contain the following columns in the same order: chromosome, basepaire, rate(not used), centimorgan
readGeneticMapFromFile(filelocation)
filelocation |
Filename containing the genetic map |
## Not run:
fname = downloadGeneticMap(10)
cat("genetic map downloaded at :", fname, "\n")
readGeneticMapFromFile(fname)
## End(Not run)