Description Usage Arguments Examples
View source: R/annotation_visualize.R
Plot the classified motifs, along with the ideogram of the chromosome of interest and and genome axis.
1 | plot_layered_gviz(antrack, gen, from = 1, to = 1e+06)
|
antrack |
A classified annotation track obtained with
|
gen |
A named character containing genome of interest |
from |
An optional integer value of start of viewing window. |
to |
An optional integer value of end of viewing window. |
1 2 3 4 5 6 7 8 9 10 | ## Not run:
data("A549ChromLoops")
data("matchedMotifs")
classify(matchedMotifs, A549ChromLoops)
gen <- c("mm10")
names(gen) <- "chr18"
antrack <- classifiedAnnotationTrack("./BEDs/H3K9me3.bed", gen)
plot_layered_gviz(antrack, gen)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.