cdl
November 26, 2019, 1:13pm
1
Hi,
I am trying to build a linear model using balances (correlation-clustering). When running the following code, I get the error below:
qiime gneiss ols-regression --p-formula "Time_point+Time_days+Subject" --i-table balances.qza --i-tree hierarchy.qza --m-metadata-file metadata.tsv --o-visualization regression_summary.qzv
Plugin error from gneiss:
integer division or modulo by zero
Debug info has been saved to /tmp/qiime2-q2cli-err-6us5_kjy.log
balances.qza (24.4 KB) hierarchy.qza (11.0 KB)
Thanks a lot in advance,
Celia
Hi @cdl ,
Check out this topic in the forum archive for troubleshooting support:
Hello,
After running gneiss I identified two outliers by looking at the residual plot and also at the proportion plot. I wanted to remove them from the analysis because they are quite different values from the rest so I filtered those two samples from the table with:
qiime feature-table filter-samples --i-table f-table.qza --m-metadata-file Mapping-file.tsv --p-where "SampleID IN ('1157B_FR900_T4', '1162B_FR900_T2')" --o-filtered-table gf-table.qza
and then rerun gneiss, but when I run the re…
Sounds like this error usually occurs when your inputs contain too few samples and/or low abundance/variance features. You may want to filter your tables before using gneiss.
Good luck!
cdl
November 27, 2019, 9:15am
3
Hi Nicholas,
Thank you for pointing this out! I will check again my tables then.
Best,
Celia
2 Likes