transformationProductsFormula-class | R Documentation |
Holds information for all TPs for a set of parents, including chemical formulae.
## S4 method for signature 'transformationProductsFormula'
plotGraph(
obj,
which,
components = NULL,
prune = TRUE,
onlyCompletePaths = FALSE,
width = NULL,
height = NULL
)
obj |
|
which |
Either a |
components |
If specified (i.e. not |
prune |
If |
onlyCompletePaths |
If |
width , height |
Passed to |
This (virtual) class is derived from the transformationProducts
base class, please see its
documentation for more details. Objects from this class are returned by TP generators. More
specifically, algorithms that works with chemical formulae (e.g. library_formula
), uses this class to
store their results. The methods defined for this class extend the functionality for the base
transformationProducts
class.
plotGraph
returns the result of visNetwork
.
plotGraph(transformationProductsFormula)
: Plots an interactive hierarchy graph of the transformation products. The
resulting graph can be browsed interactively and allows exploration of the different TP formation pathways.
Furthermore, results from TP componentization can be used to match the hierarchy
with screening results. The graph is rendered with visNetwork.
transformationProducts
transformationProductsFormula
transformationProductsLibraryFormula
The base class transformationProducts
for more relevant methods and generateTPs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.