Description Usage Arguments Value Examples
Plot signals with ideograms for GRangesList.
1 |
ideo |
Output of loadIdeogram. |
grList |
A GRangesList of data to plot. |
mcolName |
Column name of metadata of GRangesList for plotting. |
... |
Parameters to pass to ideogramPlot |
Invisible argument list for ideogramPlot.
1 2 3 4 5 6 7 8 9 | library(trackViewer)
#ideo <- loadIdeogram("mm10")
ideo <- readRDS(system.file("extdata", "ideo.mm10.rds",
package = "NADfinder"))
gr1 <- gr2 <- ideo
mcols(gr1) <- DataFrame(score=runif(length(gr1)))
mcols(gr2) <- DataFrame(score=runif(length(gr2)))
grList <- GRangesList(gr1, gr2)
plotSig(ideo, grList, mcolName="score", layout=list("chr1"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.