Skip to main content

A python package for Personalized Genomics and Proteomics

Project description

Short description:

pyGeno is developed by Tariq Daouda at the Institute for Research in Immunology and Cancer (IRIC).

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 personal bioinformatic database that runs directly into python, on your laptop and does not depend upon any REST API. pyGeno is here to make extracting data such as gene sequences a breeze, and is designed to be able cope with huge queries. The most exciting feature of pyGeno, is that it allows to work with seamlessly with both reference and Presonalized Genomes.

Personalized Genomes, are custom genomes that you create by combining a reference genome, sets of polymorphims and an optional filter. pyGeno will take care of applying the filter and inserting the polymorphisms at their right place, so you get direct access to the DNA and Protein sequences of your patients.

Multiple sets of of polymorphisms can also be combined together to leverage their independent benefits ex:

RNA-seq and DNA-seq for the same individual to improve the coverage RNA-seq of an individual + dbSNP for validation Combine the results of RNA-seq of several individual to create a genome only containing the common polymorphisms pyGeno is also a personal database that give you access to all the information provided by Ensembl (for both Reference and Personalized Genomes) without the need of queries to distant HTTP APIs. Allowing for much faster and reliable genome wide study pipelines.

It also comes with parsers for several file types and various other useful tools.

Full Documentation

The full documentation is available here

If you like pyGeno, please let me know. For the latest news, you can follow me on twitter @tariqdaouda.

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

pyGeno-2.0.0.tar.gz (61.8 kB view details)

Uploaded Source

File details

Details for the file pyGeno-2.0.0.tar.gz.

File metadata

  • Download URL: pyGeno-2.0.0.tar.gz
  • Upload date:
  • Size: 61.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyGeno-2.0.0.tar.gz
Algorithm Hash digest
SHA256 0f8818d911c543f9d5df7056799640f3bc64e05a6a8dedecc7f322ce1ec95560
MD5 7d286f10e800589df73e6a9d03359463
BLAKE2b-256 4b73363b68e9efa96a5331c0a7a7241b540341dce540bf69c1c6a1430b715d94

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page