# HG changeset patch # User q2d2 # Date 1661802978 0 # Node ID 90e36d8f229986a85173c55c9cc2404e9cce4871 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__feature_table commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 90e36d8f2299 qiime2__feature_table__filter_features_conditionally.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__feature_table__filter_features_conditionally.xml Mon Aug 29 19:56:18 2022 +0000 @@ -0,0 +1,63 @@ + + + + + Filter features from a table based on abundance and prevalence + + quay.io/qiime2/core:2022.8 + + q2galaxy version feature_table + q2galaxy run feature_table filter_features_conditionally '$inputs' + + + + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[Composition]', 'FeatureTable[Frequency]', 'FeatureTable[PresenceAbsence]', 'FeatureTable[RelativeFrequency]'] + + + + + + + + + +QIIME 2: feature-table filter-features-conditionally +==================================================== +Filter features from a table based on abundance and prevalence + + +Outputs: +-------- +:filtered_table.qza: The resulting feature table filtered by feature. + +| + +Description: +------------ +Filter features based on the relative abundance in a certain portion of samples (i.e., features must have a relative abundance of at least `abundance` in at least `prevalence` number of samples). Any samples with a frequency of zero after feature filtering will also be removed. + + +| + + + + 10.1038/s41587-019-0209-9 + + diff -r 000000000000 -r 90e36d8f2299 test-data/merge.test0.feature-table1.qza Binary file test-data/merge.test0.feature-table1.qza has changed diff -r 000000000000 -r 90e36d8f2299 test-data/merge.test0.feature-table2.qza Binary file test-data/merge.test0.feature-table2.qza has changed diff -r 000000000000 -r 90e36d8f2299 test-data/merge.test1.feature-table1.qza Binary file test-data/merge.test1.feature-table1.qza has changed diff -r 000000000000 -r 90e36d8f2299 test-data/merge.test1.feature-table2.qza Binary file test-data/merge.test1.feature-table2.qza has changed diff -r 000000000000 -r 90e36d8f2299 test-data/merge.test1.feature-table3.qza Binary file test-data/merge.test1.feature-table3.qza has changed