Learn R Programming

MoBPS (version 1.13.1)

get.map: Map generation

Description

Function to derive the genomic map for a given population list

Usage

get.map(population, use.snp.nr = FALSE, morgan.position.per.chromosome = TRUE)

Value

Genomic map of the population list

Arguments

population

Population list

use.snp.nr

Set to TRUE to display SNP number and not SNP name

morgan.position.per.chromosome

Set to FALSE to Morgan position continuously over the genome

Examples

Run this code
data(ex_pop)
map <- get.map(ex_pop)

Run the code above in your browser using DataLab