Description Usage Arguments Value Note Examples
generate a ggplot of segments of gene-like regions
1 2 3 4 5 6 7 8 | ggFeatureSegs(
chrname = "chr15",
start = 20450000,
end = 20730000,
db = EnsDb.Hsapiens.v75::EnsDb.Hsapiens.v75,
slstyle = "UCSC",
ylab.in = "ensembl\nnoncoding"
)
|
chrname |
character(1) chromosome tag |
start |
numeric(1) start of interval |
end |
numeric(1) end of interval |
db |
EnsDb instance for example |
slstyle |
character(1) tag for seqlevelsStyle |
ylab.in |
character(1) for use as y axis tag |
ggplot instance
Most annotation is turned off with element_blank()
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.