parents | R Documentation |
Holds information for all TPs for a set of parents.
parents(TPs)
products(TPs)
## S4 method for signature 'transformationProducts'
parents(TPs)
## S4 method for signature 'transformationProducts'
products(TPs)
## S4 method for signature 'transformationProducts'
length(x)
## S4 method for signature 'transformationProducts'
names(x)
## S4 method for signature 'transformationProducts'
show(object)
## S4 method for signature 'transformationProducts,ANY,missing,missing'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'transformationProducts,ANY,missing'
x[[i, j]]
## S4 method for signature 'transformationProducts'
x$name
## S4 method for signature 'transformationProducts'
as.data.table(x)
## S4 method for signature 'transformationProducts'
convertToSuspects(obj, includeParents = FALSE)
## S4 method for signature 'transformationProducts'
delete(obj, i = NULL, j = NULL, ...)
## S4 method for signature 'transformationProducts'
filter(obj, properties = NULL, verbose = TRUE, negate = FALSE)
TPs , x , obj , object |
|
i , j |
For |
... |
For |
drop |
ignored. |
name |
The parent name (partially matched). |
includeParents |
If |
properties |
A named |
verbose |
If set to |
negate |
If |
This class holds all generated data for transformation products for a set of parents. The class is virtual
and
derived objects are created by TP generators.
The TP data in objects from this class include a retDir
column. These are numeric
values that hint what
the the chromatographic retention order of a TP might be compared to its parent: a value of ‘-1’ means it will
elute earlier, ‘1’ it will elute later and ‘0’ that there is no significant difference or the direction is
unknown. These values are based on a typical reversed phase separation. When structural information is available
(e.g. when generateTPsBioTransformer
or generateTPsLibrary
was used to generate
the data), the retDir
values are based on calculated log P
values of the parent and its TPs.
delete
returns the object for which the specified data was removed.
filter
returns a filtered transformationProducts
object.
parents(transformationProducts)
: Accessor method for the parents
slot of a
transformationProducts
class.
products(transformationProducts)
: Accessor method for the products
slot.
length(transformationProducts)
: Obtain total number of transformation products.
names(transformationProducts)
: Obtain the names of all parents in this object.
show(transformationProducts)
: Show summary information for this object.
x[i
: Subset on parents.
x[[i
: Extracts a table with TPs for a parent.
$
: Extracts a table with TPs for a parent.
as.data.table(transformationProducts)
: Returns all TP data in a table.
convertToSuspects(transformationProducts)
: Converts this object to a suspect list that can be used as input for
screenSuspects
.
delete(transformationProducts)
: Completely deletes specified transformation product data.
filter(transformationProducts)
: Performs rule-based filtering. Useful to simplify and clean-up the data.
parents
A data.table
with metadata for all parents that have TPs in this object. Use the
parents
method for access.
products
A list
with data.table
entries with TP information for each parent. Use the
products
method for access.
workflowStep
transformationProducts
transformationProductsStructure
transformationProductsStructureConsensus
transformationProductsCTS
transformationProductsBT
transformationProductsLibrary
transformationProductsFormula
transformationProductsLibraryFormula
transformationProductsLogic
The derived transformationProductsStructure
class for more methods and
generateTPs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.