Description Usage Arguments Value
subset compMS2 class object using a vector of spectra names
1 | subsetCompMS2(object, ...)
|
object |
a "compMS2" class object. |
specNames |
character vector of composite spectrum names. |
corrNetworkNodes |
logical should all the members of correlation network cluster be returned? (default = FALSE). |
rtGroups |
logical should all the nodes within the same retention time group also be returned? (default = FALSE). |
onlyAdductId |
logical should only ESI adduct/in-source fragments which have been identified and are connected to the specNames argument be returned? (default = FALSE). If a features of the specNames argument has no adducts identified then it will be returned in isolation. |
nodeOrder |
neighbourhood order (see ego function from igraph package) for details. If argument "onlyAdductID" is TRUE then only nodes less than order away from each of the specNames argument will be returned. This occurs after onlyAdductId subset features have been identified. This is performed to reduce complexity of very dense network clusters (default = 2). |
a "compMS2" class object with the composite spectra and all metID information removed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.