Description Usage Arguments Value See Also Examples
This function plots the abundance of a particular OTU by class. The function is the typical manhattan plot of the abundances.
1 2 3 4 5 6 7 8 9 10 11 12 |
obj |
A MRexperiment object with count data. |
otuIndex |
The row to plot |
classIndex |
A list of the samples in their respective groups. |
col |
A vector to color samples by. |
sort |
Boolean, sort or not. |
sortby |
Default is sort by library size, alternative vector for sorting |
norm |
Whether or not to normalize the counts - if MRexperiment object. |
log |
Whether or not to log2 transform the counts - if MRexperiment object. |
sl |
Scaling factor - if MRexperiment and norm=TRUE. |
... |
Additional plot arguments. |
counts and classindex
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.