View source: R/plot_mapped_reads.R
plot_mapped_reads | R Documentation |
This function plots the number of reads mapped for each
sample. It internally call the count_mapped_reads
function, to compute the number of mapped reads.
plot_mapped_reads(
screenR_Object,
palette = NULL,
alpha = 1,
legende_position = "none"
)
screenR_Object |
The ScreenR object obtained using the
|
palette |
A vector of color that as to be used to fill the barplot. |
alpha |
A value for the opacity of the plot. Allowed values are in the range 0 to 1 |
legende_position |
Where to positioning the legend of the plot ("none", "left", "right", "bottom", "top") |
return a ggplot object
object <- get0("object", envir = asNamespace("ScreenR"))
plot_mapped_reads(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.