A python package for Personalized Proteogenomics
Project description
Short description:
With pyGeno you can do that:
from pyGeno.Genome import *
#load a genome
ref = Genome(name = 'GRCh37.75')
#load a gene
gene = ref.get(Gene, name = 'TPST2')[0]
#print the sequences of all the isoforms
for prot in gene.get(Protein) :
print prot.sequence
You can also do it for the specific genomes of your subjects:
pers = Genome(name = 'GRCh37.75', SNPs = ["RNA_S1"], SNPFilter = myFilter())
And much more: https://github.com/tariqdaouda/pyGeno
Verbose Description:
pyGeno is a python package mainly intended for personal medicine applications that revolve around genomics and proteomics. It integrates reference sequences and annotations, genomic polymorphisms from the dbSNP database and data from next-gen sequencing into an easy to use, memory- efficient and fast framework, therefore allowing the user to easily explore human’s specific genomes and proteomes. Compared to a standalone program, pyGeno gives the user access to the complete expressivity of python, a general programming language. It’s range of application therefore encompasses both short scripts and large scale genome-wide studies.
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
File details
Details for the file pyGeno-1.1.6.tar.gz
.
File metadata
- Download URL: pyGeno-1.1.6.tar.gz
- Upload date:
- Size: 10.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 421a2cf2a218d3217f7e056188ac129a4a0bf06e53c85266954dac7999f89ad2 |
|
MD5 | eb530fb732c95d00be3e28a06f5d81d3 |
|
BLAKE2b-256 | ba3d109ca54bf4cc771291b9da23fad7cf78909113f10316944fe5c7f665c5a2 |