Learn R Programming

MoBPS (version 1.6.64)

get.map: Map generation

Description

Function to derive the genomic map for a given population list

Usage

get.map(population, use.snp.nr = FALSE)

Arguments

population

Population list

use.snp.nr

Set to TRUE to display SNP number and not SNP name

Value

Genomic map of the population list

Examples

Run this code
# NOT RUN {
data(ex_pop)
map <- get.map(ex_pop)
# }

Run the code above in your browser using DataLab