majSequences | R Documentation |
Proportion of reads associated with the three most expressed sequences per sample
majSequences( counts, n = 3, group, col = c("lightblue", "orange", "MediumVioletRed", "SpringGreen"), outfile = TRUE, ggplot_theme = theme_gray() )
counts |
|
n |
number of most expressed sequences to return |
group |
factor vector of the condition from which each sample belongs |
col |
colors of the bars (one per biological condition) |
outfile |
TRUE to export the figure in a png file |
ggplot_theme |
ggplot2 theme function ( |
A matrix
with the percentage of reads of the three most expressed sequences and a file named majSeq.png in the figures directory
Marie-Agnes Dillies and Hugo Varet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.