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

Description Usage Arguments Examples

View source: R/recombination.R

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)

adimitromanolakis/sim1000G documentation built on Sept. 29, 2021, 3:44 a.m.