plot_in_silico_LCMS_map | R Documentation |
plot a LC-MS map of a given set of amino acid sequences
plot_in_silico_LCMS_map(peptides, ...)
peptides |
a vector of pepitdes. |
... |
pass through the plot method. |
TODO(cp): consider using hexbin using ggplot2 ggplot facet_wrap aes geom_point
gplots::hist2d a gplot 2d histogram
Christian Panse
set.seed(1) par(mfrow=c(2,1)); FlyCodes <- replicate(10000, compose_GPGx8cTerm()) rv <- plot_in_silico_LCMS_map(FlyCodes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.