I have a follow-up question. I saw on another post (Gneiss ols regression model fitting) that you recommended filtering the data by:
- Features that have few reads (i.e. less than 10 reads across all samples).
- Features that are rarely observed (i.e. present in less than 5 samples in a study).
- Features that have very low variance (i.e. less than 10e-4)
Could you please provide the command in QIIME2 to do that filtering?
I am assuming the filtering would have to be done in the first step. Before running any clustering analysis (that might have default pseudocount transformation) or before running something like “composition add-pseudocount”.
Thank you, Joao