View source: R/count_ion_annotations.R
count_ion_annotations | R Documentation |
A simple summary table of the number of ions per residues
count_ion_annotations(MatchedPeaks, IncludeIsotopes = FALSE)
MatchedPeaks |
A matched_peaks object generated by get_matched peaks. Required. |
IncludeIsotopes |
A logical to indicate whether isotopes should be included. Default is FALSE. |
## Not run:
# Test bottom up data
BU_Peak <- get_peak_data(ScanMetadata = BU_ScanMetadata, ScanNumber = 31728)
BU_Match <- get_matched_peaks(ScanMetadata = BU_ScanMetadata, PeakData = BU_Peak)
count_ion_annotations(MatchedPeaks = BU_Match)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.