View source: R/coverage_plot.R
| coverage_plot | R Documentation |
A plot which shows where identified peptides map to the literature sequence
coverage_plot(PeptideCoverage, ColorByScore = NULL, Interactive = FALSE)
PeptideCoverage |
A peptide_coverage object generate by get_peptide_coverage. Required. |
ColorByScore |
A character to indicate whether the coverage plot should should be colored by QValue, Score, or not at all. Acceptable values are "QValue", "Score", and NULL. Default is NULL. |
Interactive |
A TRUE/FALSE to indicate whether the plot should be interactive or not. Default is FALSE. |
## Not run:
# Make Peptide Coverage Object
PeptideCoverage <- get_peptide_coverage(ScanMetadata = BU_ScanMetadata, ProteinTable = ProteinTable, ProteinID = "SO_0225")
# Generate peptide coverage plot
coverage_plot(PeptideCoverage)
coverage_plot(PeptideCoverage, ColorByScore = "Score", Interactive = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.