plotCytoband: Plots a cytoband

Description Usage Arguments Author(s) Examples

Description

Some additional details about this S4 generic and its methods. The extra blank line between this section and the title is critical for roxygen2 to differentiate the title from the description section.

Usage

1
plotCytoband(chr, release = "hg19", zoom = NULL)

Arguments

chr

Target chromosome name.

release

Target release name. Currently supported values are "hg19" and "hg38".

zoom

Tuple (from,to) for a region to highlight.

Author(s)

Marcus D. R. Klarqvist <mk819@cam.ac.uk> | <https://mdrk.me>

Examples

1
2
plotCytoband("chr6", "hg19")
plotCytoband("chr6", "hg19", zoom = c(10e6,20e6))

mklarqvist/rtomahawk documentation built on May 16, 2019, 5:01 a.m.