biocore / BIRDMAn

Bayesian Inferential Regression for Differential Microbiome Analysis
BSD 3-Clause "New" or "Revised" License
22 stars 5 forks source link

How add covariables into default model? #100

Open liucong-epi opened 3 months ago

liucong-epi commented 3 months ago

I am currently implementing a default model of BIRDMAn, and I would like to know if I can add covariables in the analysis. How can I implement this function? Here is the code I tried.

nb = NegativeBinomial( table=table_filt, formula="group+age", metadata=metadata, )