I am trying to generate a table of features and their respective counts per individual sample, exactly like the CSV output from qiime taxa barplot but instead of a taxonomic affiliation, I would like feature ID's - how should/could I obtain this file? The feature-table summarize gives feature frequencies across all samples, although how can I generate the per-sample breakdown of this? Surely it must exist somewhere?
However, I would like to know the PER SAMPLE breakdown (individual feature abundance per feature per sample) of the features displayed in the above feature table, as they are given in the CSV file that can be downloaded after taxonomically classifying and visualizing (qiime taxa barplot), like below, only instead of taxa, I would have a feature ID and corresponding per sample abundance:
That is what @timanix shared with you above - the feature table is the per-sample breakdown of the individual feature abundances. The tables you have shared in your screenshots are summary tables of the feature table, but not the actual feature table itself. Please give @timanix's suggestion a try, here is a screenshot of the results: