View source: R/feature_groups-envimass.R
importFeatureGroupsEnviMass | R Documentation |
Imports a 'profiles' produced by enviMass.
importFeatureGroupsEnviMass(path, feat, positive)
path |
The path of the enviMass project. |
feat |
The |
positive |
Whether data from positive ( |
This function imports data from enviMass. This function is called when calling importFeatureGroups
with
type="envimass"
.
This function only imports 'raw' profiles, not any results from further componentization steps
performed in enviMass. Furthermore, this functionality has only been tested with older versions of
enviMass. Finally, please note that this function only supports features imported by
importFeaturesEnviMass
(obviously, the same project should be used for both importing functions).
An object of a class which is derived from featureGroups
.
The featuresSet
method (for sets workflows) returns a
featureGroupsSet
object.
importFeatureGroups
for more details and other algorithms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.