rev_map {mappoly}R Documentation

Reverse map

Description

Provides the reverse of a given map.

Usage

rev_map(input.map)

Arguments

input.map

an object of class mappoly.map

Author(s)

Marcelo Mollinari, mmollin@ncsu.edu

Examples

plot_genome_vs_map(solcap.mds.map[[1]])
plot_genome_vs_map(rev_map(solcap.mds.map[[1]]))

[Package mappoly version 0.4.1 Index]