plotCount | R Documentation |
plotCount
makes a plot of peptide/protein count per sample.
plotCount(pdat, x.text.size = 10, palette = cbPalette)
pdat |
A |
x.text.size |
Size of text on the x-axis (sample names). |
palette |
Palette of colours |
A plot (ggplot
object) of the number of peptides/proteins
detected in each sample.
library(proteusLabelFree)
data(proteusLabelFree)
plotCount(pepdat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.