glmr | R Documentation |
Do the generalized linear model regression
glmr(
physeq,
group,
factors = NULL,
ref = NULL,
family = binomial(link = "logit")
)
physeq |
phyloseq object |
group |
the group factor to regression |
factors |
a vector to indicate adjuested factors |
ref |
the reference group |
family |
binomial() or gaussian() |
Kai Guo
data("Physeq")
phy<-normalize(physeq)
fit <-glmr(phy,group="SampleType")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.