plot_in_silico_LCMS_map: plot a LC-MS map of a given set of amino acid sequences

View source: R/compose.R

plot_in_silico_LCMS_mapR Documentation

plot a LC-MS map of a given set of amino acid sequences

Description

plot a LC-MS map of a given set of amino acid sequences

Usage

plot_in_silico_LCMS_map(peptides, ...)

Arguments

peptides

a vector of pepitdes.

...

pass through the plot method.

Details

TODO(cp): consider using hexbin using ggplot2 ggplot facet_wrap aes geom_point

Value

gplots::hist2d a gplot 2d histogram

Author(s)

Christian Panse

Examples

set.seed(1)
par(mfrow=c(2,1));
FlyCodes <- replicate(10000, compose_GPGx8cTerm())
rv <- plot_in_silico_LCMS_map(FlyCodes)

cpanse/NestLink documentation built on May 16, 2022, 2:33 a.m.