Description Usage Arguments Value See Also Examples
View source: R/fitTimeSeries.R
With a list of fitTimeSeries results, generate an MRexperiment that can be plotted with metavizr
1 2 3 4 5 6 7 8 9 10 | ts2MRexperiment(
obj,
sampleNames = NULL,
sampleDescription = "timepoints",
taxonomyLevels = NULL,
taxonomyHierarchyRoot = "bacteria",
taxonomyDescription = "taxonomy",
featuresOfInterest = NULL,
featureDataOfInterest = NULL
)
|
obj |
Output of fitMultipleTimeSeries |
sampleNames |
Sample names for plot |
sampleDescription |
Description of samples for plot axis label |
taxonomyLevels |
Feature names for plot |
taxonomyHierarchyRoot |
Root of feature hierarchy for MRexperiment |
taxonomyDescription |
Description of features for plot axis label |
featuresOfInterest |
The features to select from the fitMultipleTimeSeries output |
featureDataOfInterest |
featureData for the resulting MRexperiment |
MRexperiment that contains fitTimeSeries data, featureData, and phenoData
fitTimeSeries
fitMultipleTimeSeries
1 2 3 4 5 | data(mouseData)
res = fitMultipleTimeSeries(obj=mouseData,lvl='phylum',class="status",
id="mouseID",time="relativeTime",B=1)
obj = ts2MRexperiment(res)
obj
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.