View source: R/coverage_bar_plot.R
| coverage_bar_plot | R Documentation |
Generates a bar plot of counts of identified residues across fragments for a specific protein
coverage_bar_plot(PeptideCoverage, Interactive = FALSE)
PeptideCoverage |
A peptide_coverage object generate by get_peptide_coverage. Required. |
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_bar_plot(PeptideCoverage)
coverage_bar_plot(PeptideCoverage, Interactive = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.