View source: R/expressionTableVis.R
plot_mappedReads_percent | R Documentation |
A function to plot percent of mapped reads in total reads. Only RangedSummarizedExperiment object generated by recount package have total reads information to to this.
plot_mappedReads_percent(expObj, groupVar = NULL)
expObj |
RangedSummarizedExperiment object generated by recount package. |
groupVar |
variable name in colData(expObj) to be used to group the samples to make boxplot. |
A barplot or boxplot.
1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.