In [1]:
!qiime tools import \
--input-path ../data/deblur-feature-table.biom \
--type 'FeatureTable[Frequency]' \
--source-format BIOMV210Format \
--output-path ../data/dblr_haddad.qza
In [2]:
!qiime dsfdr permutation-fdr \
--i-table ../data/dblr_haddad.qza \
--m-metadata-file ../data/metadata_rare2k.txt \
--m-metadata-column 'exposure_type' \
--o-reject haddad.dsfdr --verbose
In [7]:
!qiime tools export haddad.dsfdr.qza --output-dir haddad.dsfdr.results