readGeneticMapFromFile: Reads a genetic map to be used for simulations. The genetic...

Description Usage Arguments Examples

Description

The file must be contain the following columns in the same order: chromosome, basepaire, rate(not used), centimorgan

Usage

1
readGeneticMapFromFile(filelocation)

Arguments

filelocation

Filename containing the genetic map

Examples

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)

sim1000G documentation built on June 10, 2019, 1:01 a.m.