pyDIOPT - Python Wrapper for DIOPT
Project description
pyDIOPT
This is the unofficial, opinionated DIOPT python wrapper for the DIOPT ortholog finder.
Installation
pip install pyDIOPT
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
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 pydiopt-0.1.2.tar.gz.
File metadata
- Download URL: pydiopt-0.1.2.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0e43f884cb5b65fe6efa17070b858d0af5d1b13a7b4b30fad86c149b2814f75
|
|
| MD5 |
f5510be64776c5227fcb48524da989f4
|
|
| BLAKE2b-256 |
f12577b7cb661005f93a21bdc29b1743b65e98772f5fd02a407a7dbd74459b14
|
File details
Details for the file pyDIOPT-0.1.2-py3-none-any.whl.
File metadata
- Download URL: pyDIOPT-0.1.2-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e30025a2e4f44707aae58b758c1c95eff98064d76dbfbea9965b5d4555bb5d3
|
|
| MD5 |
dcb57515a64d28d7522e39309bd01558
|
|
| BLAKE2b-256 |
587de906f25f07f5088b71e5af4f85a6a08558d9c8d1333b45f76229cc6b2864
|