Description Usage Arguments Value Author(s) Examples
View source: R/metaseqr.plot.R
This function plots a grid of four graphs depicting: in the first row, the numbers of filtered genes per chromosome in the first column and per biotype in the second column. In the second row, the percentages of filtered genes per chromosome related to the whole genome in the first columns and per biotype in the second column.
1 | diagplot.filtered(x, y, output = "x11", path = NULL, ...)
|
x |
an annotation data frame like the ones produced
by |
y |
an annotation data frame like the ones produced
by |
output |
one or more R plotting device to direct the
plot result to. Supported mechanisms: |
path |
the path to create output files. |
... |
further arguments to be passed to plot
devices, such as parameter from |
The filenames of the plots produced in a named list with
names the which.plot
argument. If
output="x11"
, no output filenames are produced.
Panagiotis Moulos
1 2 3 | y <- get.annotation("mm9","gene")
x <- y[-sample(1:nrow(y),10000),]
diagplot.filtered(x,y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.