Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

sim1000G (version 1.3)

readGeneticMap: Reads a genetic map downloaded from the function downloadGeneticMap.

Description

The map must contains a complete chromosome or enough markers to cover the area that will be simulated.

Usage

readGeneticMap(chromosome, dir = ".")

Arguments

chromosome

Chromosome number to download recombination distances from.

dir

Directory the map file is located.

Details

The file can be downloaded from the provided genetic maps by using the function downloadGeneticMap.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
downloadGeneticMap(22)
readGeneticMap(22)

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab