Quick Installation
The simplest way to get started with TRIFID is to install it via pip directly from GitHub:- Use TRIFID’s preprocessing modules (QSplice, Pfam effects)
- Load and analyze pre-computed predictions
- Integrate TRIFID into your analysis pipeline
Development Installation
For development work or to reproduce the complete TRIFID methodology from scratch, follow these steps:Install Conda/Mamba
First, ensure you have Miniconda or Anaconda with mamba installed. If not, install Miniconda:
Verify Installation
Test that everything is working correctly:System Requirements
Minimum Requirements:
- Python 3.7+
- 8GB RAM (16GB recommended for genome-wide analysis)
- Linux or macOS (Windows via WSL)
Core Dependencies
TRIFID requires the following Python packages:Install Optional Dependencies
Depending on your use case, you may want additional features:- Visualization
- Interactive Analysis
- All Features
For generating plots and interpreting model predictions:This includes: matplotlib, altair, shap, eli5, mlxtend, rfpimp
Pre-computed Predictions
Instead of running TRIFID from scratch, you can download pre-computed predictions for multiple genome assemblies. This is the recommended approach for most users.Available Genomes
Human (Homo sapiens)
Human (Homo sapiens)
Model Organisms
Model Organisms
Download and Extract
Each prediction package contains:trifid_predictions.tsv.gz- TRIFID scores for all isoformstrifid_db.tsv.gz- Complete feature matrix- Feature description files
Additional Resources
For advanced usage and model training, you may need additional data files:Training Data
TRIFID training set (GENCODE 27)
Pre-trained Model
TRIFID model v1.0.4 (pickle format)
Tutorial Notebook
Complete tutorial with examples
Figures Notebook
Need Help?
If you encounter issues during installation:- Check the GitHub Issues for known problems
- Ensure all system requirements are met
- Try creating a fresh conda environment
- Open a new issue with your error log
Next Steps
Quick Start Guide
Learn how to load predictions and analyze your first gene