Interpreting sequence-to-function machine learning models
Project description
SeqExplainer -- Interpreting sequence-to-function machine learning models
A huge goal of applying machine learniing to genomics data is to obtain novel geneetic insights [1]. This can be challenging when models are complex (such as with neural networks). There are many interpretability methods specifically designed for such complex sequence-to-function preditctors, but they can be difficult to use and often are not interoperable.
The goal of SeqExplainer is to bring all these methods under one roof. We have designed a workflow that can take in any PyTorch model trained to predict labels from DNA sequence and expose it to many of the most popular explainability methods available in the field. We also offer some wrappers for explaining "shallow" sklearn models.
What is the scope of SeqExplainer?
Most of the core functionality is for post-hoc analysis of a trained model.
Common workflows
Feature attribution analysis (coming soon)
Identifying motifs in attributions (coming soon)
Testing feature dependencies (coming soon)
Tutorials
Extracting motif syntax rules from a CNN (coming soon)
Explaining predictions for shallow models on synthetic MPRAs using SHAP (coming soon)
Requirements
The main dependencies of SeqExplainer are:
python
torch
captum
numpy
matplotlib
logomaker
sklearn
shap
References
- Novakovsky, G., Dexter, N., Libbrecht, M. W., Wasserman, W. W. & Mostafavi, S. Obtaining genetics insights from deep learning via explainable artificial intelligence. Nat. Rev. Genet. 1–13 (2022) doi:10.1038/s41576-022-00532-2
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for seqexplainer-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2c039ea56e3095d5a22e1591aa45a22f3e2b167c008451070b1d0d8fb55d036 |
|
MD5 | 116071c9a31d33308448d46909f56422 |
|
BLAKE2b-256 | cd762da64231cc08c72419a59d6cb7f13902a25522a4897c5285b202d5b5738d |