componentTable | R Documentation |
Contains data for feature groups that are related in some way. These components commonly include adducts, isotopes and homologues.
componentTable(obj)
componentInfo(obj)
findFGroup(obj, fGroup)
## S4 method for signature 'components'
componentTable(obj)
## S4 method for signature 'components'
componentInfo(obj)
## S4 method for signature 'components'
groupNames(obj)
## S4 method for signature 'components'
length(x)
## S4 method for signature 'components'
names(x)
## S4 method for signature 'components'
show(object)
## S4 method for signature 'components,ANY,ANY,missing'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'components,ANY,ANY'
x[[i, j]]
## S4 method for signature 'components'
x$name
## S4 method for signature 'components'
delete(obj, i = NULL, j = NULL, ...)
## S4 method for signature 'components'
as.data.table(x)
## S4 method for signature 'components'
filter(
obj,
size = NULL,
adducts = NULL,
isotopes = NULL,
rtIncrement = NULL,
mzIncrement = NULL,
checkComponentsSession = NULL,
negate = FALSE,
verbose = TRUE
)
## S4 method for signature 'components'
findFGroup(obj, fGroup)
## S4 method for signature 'components'
plotSpectrum(obj, index, markFGroup = NULL, xlim = NULL, ylim = NULL, ...)
## S4 method for signature 'components'
plotChroms(obj, index, fGroups, EICParams = getDefEICParams(rtWindow = 5), ...)
## S4 method for signature 'components'
consensus(obj, ...)
## S4 method for signature 'componentsFeatures'
show(object)
## S4 method for signature 'componentsSet'
show(object)
## S4 method for signature 'componentsSet,ANY,ANY,missing'
x[i, j, ..., sets = NULL, drop = TRUE]
## S4 method for signature 'componentsSet'
filter(obj, ..., negate = FALSE, sets = NULL)
## S4 method for signature 'componentsSet'
delete(obj, i = NULL, j = NULL, ...)
## S4 method for signature 'componentsSet'
consensus(obj, ...)
## S4 method for signature 'componentsSet'
unset(obj, set)
obj , object , x |
The |
fGroup |
The name (thus a character) of the feature group that should be searched for. |
i , j |
For |
... |
For For For For 1components |
drop |
ignored. |
name |
The component name (partially matched). |
size |
Should be a two sized vector with the minimum/maximum size of a component. Set to |
adducts |
Remove any feature groups within components that do not match given adduct rules. If |
isotopes |
Only keep results that match a given isotope rule. If |
rtIncrement , mzIncrement |
Should be a two sized vector with the minimum/maximum retention or mz increment of a
homologous series. Set to |
checkComponentsSession |
If set then components and/or feature groups are removed that were selected for removal
(see check-GUI and the |
negate |
If |
verbose |
If set to |
index |
The index of the component. Can be a numeric index or a character with its name. |
markFGroup |
If specified (i.e. not |
xlim , ylim |
Sets the plot size limits used by
|
fGroups |
The |
EICParams |
A named |
sets |
\setsWF A |
set |
\setsWF The name of the set. |
components
objects are obtained from generateComponents
.
delete
returns the object for which the specified data was removed.
consensus
returns a components
object that is produced
by merging multiple specified components
objects.
componentTable(components)
: Accessor method for the components
slot of a
components
class. Each component is stored as a
data.table
.
componentInfo(components)
: Accessor method for the componentInfo
slot of a
components
class.
groupNames(components)
: returns a character
vector with the names of the
feature groups for which data is present in this object.
length(components)
: Obtain total number of components.
names(components)
: Obtain the names of all components.
show(components)
: Show summary information for this object.
x[i
: Subset on components/feature groups.
x[[i
: Extracts a component table, optionally filtered by a feature group.
$
: Extracts a component table by component name.
delete(components)
: Completely deletes specified (parts of) components.
as.data.table(components)
: Returns all component data in a table.
filter(components)
: Provides rule based filtering for components.
findFGroup(components)
: Returns the component id(s) to which a feature group
belongs.
plotSpectrum(components)
: Plot a pseudo mass spectrum for a single
component.
plotChroms(components)
: Plot an extracted ion chromatogram (EIC) for all feature groups within a single component.
consensus(components)
: Generates a consensus from multiple components
objects. At this point results are simply combined and no attempt is made to
merge similar components.
components
List of all components in this object. Use the
componentTable
method for access.
componentInfo
A data.table
containing general information
for each component. Use the componentInfo
method for access.
workflowStep
components
componentsCamera
componentsFeatures
componentsCliqueMS
componentsOpenMS
componentsClust
componentsIntClust
componentsSpecClust
componentsSet
componentsNTSet
componentsUnset
componentsNT
componentsNTUnset
componentsRC
componentsTPs
componentsSetcomponents
\setsWFNewMethodsSOcomponentsUnsetOnly the components in the specified set are kept.
\setsWFChangedMethods \itemfilter
and the subset operator ([
) Can be used to select components that are only present for
selected sets.
filter
Applies only those filters for which a component has data available. For instance, filtering by
adduct will only filter any results within a component if that component contains adduct information.
For plotChroms
: The topMost
and topMostByRGroup
EIC parameters are ignored unless the
components are from homologous series.
generateComponents
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.