ggFeatureSegs | R Documentation |
generate a ggplot of segments of gene-like regions
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()
ggFeatureSegs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.