Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

qc_sequence_coverage

Protein coverage distribution


Description

Plots the distribution of protein coverages in a histogram.

Usage

qc_sequence_coverage(
  data,
  protein_identifier,
  coverage,
  sample = NULL,
  interactive = FALSE
)

Arguments

data

A data frame containing at least the input variables.

protein_identifier

Column in the data frame containing protein identifiers.

coverage

Column in the data frame containing protein coverage in percent. This information can be obtained using the sequence_coverage function.

sample

Column in the data frame containing sample names. Please only provide this argument if you want to facet the distribution plot by sample otherwise do not provide this argument.

interactive

A logical, if TRUE the plot is interactive (default is TRUE).

Value

A protein coverage histogram with 5 percent binwidth. The vertical dotted line indicates the median.

See Also

Examples

## Not run: 
qc_sequence_coverage(
  data,
  protein_identifier = pg_protein_accessions,
  coverage = coverage
)

## End(Not run)

protti

Bottom-Up Proteomics and LiP-MS Quality Control and Data Analysis Tools

v0.1.1
MIT + file LICENSE
Authors
Jan-Philipp Quast [aut, cre], Dina Schuster [aut], ETH Zurich [cph, fnd]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.