Closed scher-lab closed 4 years ago
Hi @scher-lab,
This may be related to a bug that was just patched in PR #54. Could you please try re-installing with the dev. version by doing:
pip install git+https://github.com/biocore/DEICODE
within your QIIME2 environment. Then rerun the commands you listed above and that may fix the problem.
The issue described above sounds like the issue I noticed a few months ago, back when I asked about using DEICODE where the features are enzymes or functions, rather than taxa. I tried again using the dev. version following the installation described above and got the same result (pictured above). Any thoughts or advice about what this means would be greatly appreciated. The otu table and metadata file I used to generate the Biplot pictured above are attached.
Hi @jaybake5,
I tried running the data and after increasing the --p-n-components
to 8 and added a frequency filter --p-min-feature-frequency
of 10 along with decreasing -p-min-feature-count
& --p-min-sample-count
to zero. This solved the problem:
I think the important thing here is the --p-n-components
increased rank. The default parameters are set fo 16S or shallow shogun abundance data and I think they just need slight tweaking for this data type. You could also try the new auto_rpca command that estimates the rank from the data. Let me know if you have any questions. Thanks for reporting!
Hi all, I am going to close this for now. Feel free to re-open if you have more questions. Thanks!
Hello, I'm trying to run Deicode on my dataset. Below is my plot
Are all of arrows expected to be only be located on one half of PC3?
Below is my command for reference. Thanks!