Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

remove zero abundance OTUs after filtering samples #2183

Open
ConstantinoSchillebeeckx opened this issue Feb 23, 2017 · 1 comment
Open

remove zero abundance OTUs after filtering samples #2183

ConstantinoSchillebeeckx opened this issue Feb 23, 2017 · 1 comment

Comments

@ConstantinoSchillebeeckx

I tend to work with very large OTU tables that contain results from multiple studies. Often times, my first step in my workflow is to whittle the OTU table down to just the samples I'm interested in using filter_samples_from_OTU_table.py - in some cases, this leaves OTUs in my table that have no abundance across any of the remaining samples.

It might be nice to have a flag to remove those OTUs from the table in the same sample filtering step instead of having to call filter_otus_from_otu_table.py with the -n 1 option.

@jairideout
Copy link
Member

👍 Note that we aren't adding new features to QIIME 1 (except for fixing critical bugs). QIIME 2 will automatically remove empty samples or features when using qiime feature-table filter-features and qiime feature-table filter-samples, respectively. QIIME 2 is alpha software but you might consider trying it out.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants