Description Usage Arguments Examples
The file must be contain the following columns in the same order: chromosome, basepaire, rate(not used), centimorgan
1 | readGeneticMapFromFile(filelocation)
|
filelocation |
Filename containing the genetic map |
1 2 3 4 5 6 7 8 9 | ## Not run:
fname = downloadGeneticMap(10)
cat("genetic map downloaded at :", fname, "\n")
readGeneticMapFromFile(fname)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.