plot_pileup | R Documentation |
plot_pileup
plots read counts of pileup coverage at base resolution.
plot_pileup( Pileup, Ranges, cases = NULL, logcount = NULL, plot.meanpileup = TRUE, col.pileup = NULL, col.meanpileup = "grey", main = NULL, cex.main = 1.2, print.ranges = TRUE, xlim = NULL, ylim = NULL, xlab = NULL, ylab = NULL, ... )
Pileup |
a pileup object with rows for genomic positions and columns for samples |
Ranges |
a list of information for genomic regions.
|
cases |
a vector specifying which samples are to be plotted. Sample IDs
matching with the caseIDs in |
logcount |
a numeric value indicating the number used in the logarithmic
transformation. When your data is the log-transformed one, this parameter
will print the raw read counts in y-axis labels instead of the log-scale.
For example, if your data is |
plot.meanpileup |
a logical value indicating whether the mean coverage should be drawn. Default is TRUE. |
col.pileup |
colors for the pileup samples |
col.meanpileup |
a color for the mean coverage. Defult is "darkgrey" |
print.ranges |
a logical value indicating whether genomic ranges and
locus ranges ( |
... |
other graphical parameters passed to |
## Not run: plot_pileup(Pileup=ScissorOutput$logData,Ranges=Ranges,cases=2,logcount=10) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.