as.map: Convert a map from a 3 columns data.frame to a map object

Description Usage Arguments Author(s) Examples

View source: R/as.map.R

Description

Convert a map from a 3 columns data.frame to a map object

Usage

1
as.map(x, order = T)

Arguments

x

a 3 columns data.frame with marker names, chromosome, and position

order

whether loci should be ordered by position in each chromosome. If FALSE, the order of original file is kept

Author(s)

J.-F. Rami rami@cirad.fr

Examples

1
2
data(sorgho_p118)
genonmv2<-as.map(genomv2.df)

jframi/ziplinR documentation built on April 10, 2020, 4:38 a.m.