data_ms2_by_plot | R Documentation |
Plot MS2 spectrum with b, y ions.
data_ms2_by_plot(mzXML, scan_num, pep_seq = "", threshold = 0.5)
mzXML |
A data set from data_read_mzXML function. |
scan_num |
A integer. |
pep_seq |
A string of peptide sequence. |
threshold |
A integer of mz error with defalut .5. |
Input a mzXML from data_read_mzXML function and scan number and peptide sequence, then return a list of ggplot objects.
A list of ggplot2 object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.