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

View source: R/as.map.R

as.mapR Documentation

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

Description

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

Usage

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

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

jframi/ziplinR documentation built on Dec. 6, 2024, 9:37 p.m.