Learn R Programming

mappoly (version 0.2.1)

get_genomic_order: Get the genomic position of markers in a sequence

Description

This functions gets the genomic position of markers in a sequence and return an ordered data frame with the name and position of each marker

Usage

get_genomic_order(input.seq, verbose = TRUE)

Arguments

input.seq

a sequence object of class mappoly.sequence

verbose

if TRUE (default), the current progress is shown; if FALSE, no output is produced

Examples

Run this code
# NOT RUN {
 s1<-make_seq_mappoly(tetra.solcap, "all")
 o1<-get_genomic_order(s1)
 head(o1)
# }

Run the code above in your browser using DataLab