Tutorials#
- For beginners, we recommend using the command-line interface (CLI), which automates parts of the workflow and generates many outputs for downstream analysis.
CLI factorization <tutorials/cli-factorization.md>
CLI integration <tutorials/cli-integration.md>
CLI gene set analysis <tutorials/cli-geneset-analysis.md>
- For advanced users, we recommend the using Python, which provides better control over the analysis parameters and plotting, as well as integration with other APIs and in-memory data structures. The following tutorials demonstrate how to follow a similar workflow as the CLI tutorials above:
Python factorization <tutorials/python-factorization.ipynb>
Python integration <tutorials/python-integration.ipynb>