get.map: Map generation

View source: R/get.map.R

get.mapR Documentation

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)

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

Value

Genomic map of the population list

Examples

data(ex_pop)
map <- get.map(ex_pop)

MoBPS documentation built on Nov. 5, 2025, 6:26 p.m.

Related to get.map in MoBPS...