plotContigOrder: Plot ordering of contigs within a single linkage group.

Description Usage Arguments Value Examples

Description

Plot ordering of contigs within a single linkage group.

Usage

1
2
3
## S4 method for signature 'ContigOrdering'
plotContigOrder(contigOrder, lg = "all",
  verbose = TRUE)

Arguments

contigOrder

matrix from orderAllContigs with the subdivided linkage groups and the names of the contigs to plot

lg

Integer specifying the linkage group by which to plot. Default is all

verbose

prints messages to the terminal (default is TRUE)

Value

A ggplot object (which will be plotted automatically if not assigned).

Examples

1
2
3
4
5
#Get a data.frame of ordered contigs from cells from the same organism, aligned to the same genome
 
data("exampleContigOrder")

plotContigOrder(exampleContigOrder[[1]], lg=1)

oneillkza/ContiBAIT documentation built on June 1, 2020, 5:49 a.m.