Description Details Author(s) References Examples
This package is developed to model microbial dynamical systems from longitudinal microbiome data and infer microbial interaction and stability.
Package: | ARZIMM |
Type: | Package |
Version: | 0.0.0.9000 |
Date: | 2020-02-02 |
License: | GPL (>= 2) |
Linchen He, Huilin Li Maintainer: Linchen He <Linchen.He@nyulangone,org>
Modeling and inference of microbial interaction and stability on the longitudinal microbiome data
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | ## Not run:
require(ARZIMM),
data(sampleparameters)
set.seed(1234)
simMixTime(baseFdataN2M=parameters$baseFdataN2M,conFdataN2L=parameters$conFdataN2L,timeN=parameters$timeN,
interceptM=parameters$interceptM,betaMM=parameters$betaMM,gammaLM=parameters$gammaLM,
sigmaM=parameters$sigmaM,biN2M=parameters$biN2M)
data(sampledata)
Varname=colnames(sampledata)[1:20]
Conname=colnames(sampledata)[21:26]
Tname=colnames(sampledata)[27]
IDname=colnames(sampledata)[28]
ARZIMM::ARZIMM(Varname = Varname,Conname = Conname,fdata = sampledata,
IDname = IDname,Tname = Tname,bootpara=list(bootpval=TRUE,nboot=100))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.