Modular bioinformatics toolkit for sequence analysis, parsing, ML, and visualization.
Project description
GenomeHouse
GenomeHouse is a modular, user-friendly Python toolkit for bioinformatics and genomics research. It provides tools for sequence analysis, genomic data parsing, machine learning, visualization, and more—all under one roof.
Features
- Sequence analysis: reverse complement, motif search, GC content, translation
- Genomic data parsing: FASTA, FASTQ, VCF, GFF/GTF
- Machine learning pipelines for biological data
- Publication-quality data visualization
- Statistical analysis tools
- Extensible and user-friendly API
Installation
pip install genomehouse
Quick Start
from genomehouse import sequence_tools, genomic_parsers
seq = "ATGCGTAC"
print(sequence_tools.gc_content(seq))
for header, seq in genomic_parsers.parse_fasta("example.fasta"):
print(header, seq)
CLI Usage
genomehouse-cli parse-fasta data/sample.fasta
genomehouse-cli gc-content ATGCGTAC
Documentation
See the docs/ folder for full API documentation and usage examples.
License
MIT
Source Code
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file genomehouse-1.1.0.tar.gz.
File metadata
- Download URL: genomehouse-1.1.0.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3074aac9ec59e29fbcdb6605ffb28c66c2911f6f733cfca9f3e7fe95d85012a
|
|
| MD5 |
9bd62e69861e8bcceb0335e02b0114ee
|
|
| BLAKE2b-256 |
8a58705c90c4825fdba063a5990f280fb1d673da38ced0c59e079eacedbb383d
|
File details
Details for the file genomehouse-1.1.0-py3-none-any.whl.
File metadata
- Download URL: genomehouse-1.1.0-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ca2fa4e3613a1fbbd5b37b4117a7efc91386e3b2045b57c973c7412374213e3
|
|
| MD5 |
1c89e4d3d7e737040a31411d60dac583
|
|
| BLAKE2b-256 |
63ec8c5defb9d584d6b5bf62032525d44c4c3e543250c6d3d6c52b79b3ed5705
|