plot_layered_gviz: Plot a Layered Gviz Figure

Description Usage Arguments Examples

View source: R/annotation_visualize.R

Description

Plot the classified motifs, along with the ideogram of the chromosome of interest and and genome axis.

Usage

1
plot_layered_gviz(antrack, gen, from = 1, to = 1e+06)

Arguments

antrack

A classified annotation track obtained with classifiedAnnotationTrack.

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.

Examples

 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)

NElnour/3dannotator documentation built on Dec. 12, 2019, 12:55 a.m.