Learn R Programming

sim1000G (version 1.3)

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

Description

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

Usage

readGeneticMapFromFile(filelocation)

Arguments

filelocation

Filename containing the genetic map

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {

readGeneticMapFromFile("genetic_map_GRCh37_chr4.txt.gz")

# }

Run the code above in your browser using DataLab