GenoFusion | Enhance your fundamental molecular biology techniques to yield better outcomes.
Welcome to Linear Fox GenoFusion, a Python library and app designed to facilitate DNA/RNA sequence analysis & prediction. This platform integrates a suite of bioinformatics tools that cater to researchers and scientists, helping you achieve better results in your molecular biology projects.
- Python 3.10-3.12 (3.13 not yet supported)
- pip (latest version recommended)
git clone https://github.com/Linear-Fox-Labs/GenoFusion.git
cd GenoFusion
# Create and activate virtual environment
python3.12 -m venv venv
source venv/bin/activate # On Unix/macOS
venv\Scripts\activate # On Windows
# Update pip
pip install --upgrade pip
# Install dependencies
pip install -r requirements.txt
# Install package
pip install -e .
# Optional: Install TensorFlow (Platform specific)
# For macOS with Apple Silicon:
pip install tensorflow-macos>=2.15.0
# For other platforms:
pip install tensorflow>=2.15.0
- DNA/RNA sequence analysis
- Sequence visualization
- Built-in bioinformatics tools
- Integration with common biological databases
See CONTRIBUTING.md for guidelines.
Contact: [email protected] or [email protected]
Apache License 2.0