ggloor / ALDEx_bioc

ALDEx_bioc is the working directory for updating bioconductor
27 stars 13 forks source link

Feature Request: Support for Using Features/Taxa/Genes as Explanatory Variables in aldex.glm #73

Open aimirza opened 6 months ago

aimirza commented 6 months ago

I propose a crucial enhancement to ALDEx2's glm function to support using taxa as explanatory variables and non-taxa variables as outcome variables, catering to the substantial interest within the research community in studying the relationship between the microbiota and diseases. Particularly, integrating logistic regression would be beneficial, as outcomes in these studies are often binomial (disease vs. control), which necessitates a model that can handle binary outcomes effectively, e.g. allowing to set family = "binomial" in the glm function). Currently, ALDEx2's glm function only supports using taxa as an outcome variable and only asses variables that may explain this outcome. The proposed feature would allow researchers to use microbial compositions to predict/explain health conditions, thereby expanding ALDEx2’s utility in microbiome research and aiding in the exploration of how microbiota may contribute to or indicate disease states.