Dulce_trimIsotopes | R Documentation |
This functions receives a xsAnnotate
object and trims its isotopes,
leaving only the rows with no isotopes, and collapsing those with isotopes into one row
(annotating those which were found in the "isotopes" column).
Dulce_trimIsotopes(data, rtmin = 0, rtmax = Inf)
data |
|
rtmin |
Minimum retention time value (in seconds) from which scans should be considered. |
rtmax |
Maximum retention time value (in seconds) to which scans should be considered. |
This function returns a data.frame
with collapsed information about the isotopic
signatures. A new column called "isotopes" is created, with a comma separated string
of the trimmed isotopes.
Dulce_AnnotateMS1
# Examples have to be made with a toy data object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.