Skip to main content

pyDIOPT - Python Wrapper for DIOPT

Project description

pyDIOPT

This is the unofficial, opinionated DIOPT python wrapper for the DIOPT ortholog finder.

Example

A couple examples of how to run the wrapper. The standard output is organized into pd.DataFrame for easier downstream manipulations and whatever you want (or can) do with ortholog data (?).

from pyDIOPT import DIOPTRelease

release = DIOPTRelease("v8", "h sapiens")

# fetching single gene
example1 = release.fetch("ENSG00000085117", target_species=None)

# fetching several genes
example2 = release.fetch(
    ["MDM2", "TP53"], target_species="mouse", filter="best_match", condensed=False
)

Acknowledgement

  • This repo is boilerplated from py-package-template

  • To retrieve the information on citing the original papers, run

    import pyDIOPT
    pyDIOPT.citation()
    

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

pydiopt-0.1.1.tar.gz (10.1 kB view details)

Uploaded Source

Built Distribution

pyDIOPT-0.1.1-py3-none-any.whl (11.2 kB view details)

Uploaded Python 3

File details

Details for the file pydiopt-0.1.1.tar.gz.

File metadata

  • Download URL: pydiopt-0.1.1.tar.gz
  • Upload date:
  • Size: 10.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for pydiopt-0.1.1.tar.gz
Algorithm Hash digest
SHA256 4ab0ab352604a3f92283e52582afb25222c08f499c4bf3bed8aa7e366dc34438
MD5 c2855d392f87e23157e90173ade8d844
BLAKE2b-256 5c1b57ed9d3e72cb742ae84ec1bd9dcedd4a020eb3b5692b22119f25253f4012

See more details on using hashes here.

File details

Details for the file pyDIOPT-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: pyDIOPT-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 11.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for pyDIOPT-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 583813870539b7144e0c80ae23891e090e8ac57d2880cbe014888f78d536d672
MD5 26102562c946076376515d9dc0a7760a
BLAKE2b-256 3b102df19de31bf9fa325a73fbcdb7ba7d079c7a892217da4a79101e6860fd8c

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