Hi all,
I tried to export the feature-table which was filtered using below parameters in tsv format using 'qiime tools export' and "biom convert' command.:
qiime feature-table filter-samples
--i-table table.qza
--p-min-frequency 500
--o-filtered-table sample-frequency-filtered-table-EMP.qza
AND
qiime feature-table filter-features
--i-table sample-frequency-filtered-table-EMP.qza
--p-min-frequency 2
--o-filtered-table feature-filtered-table.qza
When I look at the converted tsv file on the terminal, there seems to be many zeros and I can't see the original counts. The size of the tsv file is 2.56 GB and I cannot upload it or the feature-filtered-table.qzv file here.
I'm providing info from the overview tab in feature-filtered-table.qzv present after filtering:
Frequency per feature
Minimum frequency 2.0
1st quartile 6.0
Median frequency 17.0
3rd quartile 72.0
Maximum frequency 3,314,206.0
Mean frequency 1,095.0084638368019
Frequency per sample:
Minimum frequency 570.0
1st quartile| 18,600.0|
|Median frequency 33,947.0
|3rd quartile 54,297.0|
Maximum frequency 2,242,168.0
Mean frequency 64,707.166818873666
As far as I understand, any feature with zero counts are not present in the table after filtering (this is what I wanted from filtering). I want to know if I'm wrong or not!
And the next thing is, I cannot see the exact feature counts as I see in the feature-table.qzv in the tsv file. There are so many zeros. I will upload an image of my terminal with the file opened (shows only few line)
I'm not quite sure what's happening.
Any help or suggestions are much appreciated.
Many thanks in advance.
Uth