jbisanz / qiime2R

Import qiime2 artifacts to R
MIT License
156 stars 53 forks source link

Support for reading ANCOM-BC results (#68) #69

Open SergioAlias opened 4 months ago

SergioAlias commented 4 months ago

Description:

This PR addresses the issue described in #68 where the current read_qza function does not support reading ANCOM-BC results (qiime composition ancombc). This update adds the necessary functionality to enable read_qza to correctly interpret and handle the multiple CSV files present in the QZA file.

Changes Made:

Related Issue: