Skip to main content

Common Operation on Lots of Sequences Tool

Project description

CoolSeqTool

image image image Actions status


Documentation · Installation · Usage · API reference


Overview

The CoolSeqTool provides:

  • A Pythonic API on top of sequence data of interest to tertiary analysis tools, including mappings between gene names and transcripts, MANE transcript descriptions, and the Universal Transcript Archive
  • Augmented access to the SeqRepo database, including multiple additional methods and tools
  • Mapping tools that combine the above to support translation between references sequences, annotation layers, and MANE transcripts

Install

CoolSeqTool is available on PyPI

python3 -m pip install cool-seq-tool

See the installation instructions in the documentation for a description of dependency setup requirements.


Usage

All CoolSeqTool resources can be initialized by way of a top-level class instance:

>>> from cool_seq_tool.app import CoolSeqTool
>>> from cool_seq_tool.schemas import AnnotationLayer, ResidueMode
>>> cst = CoolSeqTool()
>>> result = await cst.mane_transcript.get_mane_transcript(
...     "NP_004324.2",
...     599,
...     AnnotationLayer.PROTEIN,
...     residue_mode=ResidueMode.INTER_RESIDUE,
... )
>>> result.gene, result.refseq, result.status
('EGFR', 'NM_005228.5', <TranscriptPriority.MANE_SELECT: 'mane_select'>)

Feedback and contributing

We welcome bug reports, feature requests, and code contributions from users and interested collaborators. The documentation contains guidance for submitting feedback and contributing new code.

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

cool_seq_tool-0.5.0.tar.gz (4.3 MB view details)

Uploaded Source

Built Distribution

cool_seq_tool-0.5.0-py3-none-any.whl (4.0 MB view details)

Uploaded Python 3

File details

Details for the file cool_seq_tool-0.5.0.tar.gz.

File metadata

  • Download URL: cool_seq_tool-0.5.0.tar.gz
  • Upload date:
  • Size: 4.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for cool_seq_tool-0.5.0.tar.gz
Algorithm Hash digest
SHA256 4868f6f9658a348fb1340990d2161f6c34962a3bb304558cc3c11f3526696fa7
MD5 4cd8d966f0ed7d482b3e37d77ba8742a
BLAKE2b-256 638811e14663edbdd80bbdbb263d0128532b78233dade9ab6d6fb8a73bb24577

See more details on using hashes here.

File details

Details for the file cool_seq_tool-0.5.0-py3-none-any.whl.

File metadata

File hashes

Hashes for cool_seq_tool-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 31c93b5723e45e3a72c07a173361a1bb94ace379314f13313fb229292c5b7d90
MD5 ad8b5805ac63317985feeb3b21f2aac6
BLAKE2b-256 a05dbc19d4ef16c690d955cd790a2c7bb78f3a5724a17cca29846b4e4c910135

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