plotCount: Plot peptide or protein count per sample

View source: R/func.R

plotCountR Documentation

Plot peptide or protein count per sample

Description

plotCount makes a plot of peptide/protein count per sample.

Usage

plotCount(pdat, x.text.size = 10, palette = cbPalette)

Arguments

pdat

A proteusData object.

x.text.size

Size of text on the x-axis (sample names).

palette

Palette of colours

Value

A plot (ggplot object) of the number of peptides/proteins detected in each sample.

Examples

library(proteusLabelFree)
data(proteusLabelFree)
plotCount(pepdat)


bartongroup/Proteus documentation built on April 22, 2023, 5:33 a.m.