Skip to main content

Common Operation on Lots of Sequences Tool

Project description

CoolSeqTool

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
>>> 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.4.0.dev0.tar.gz (48.3 kB view details)

Uploaded Source

Built Distribution

cool_seq_tool-0.4.0.dev0-py3-none-any.whl (53.8 kB view details)

Uploaded Python 3

File details

Details for the file cool_seq_tool-0.4.0.dev0.tar.gz.

File metadata

  • Download URL: cool_seq_tool-0.4.0.dev0.tar.gz
  • Upload date:
  • Size: 48.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for cool_seq_tool-0.4.0.dev0.tar.gz
Algorithm Hash digest
SHA256 86cfa55d2f9431d9db85e0b795133e35e95b6d5f92d353a95e8d49b1da32e6e7
MD5 2052fef8e6e5449c14fe53600888bece
BLAKE2b-256 b942d70aac586ad518b3770dd7dc22717518a08f899d496f39771004ca1347aa

See more details on using hashes here.

File details

Details for the file cool_seq_tool-0.4.0.dev0-py3-none-any.whl.

File metadata

File hashes

Hashes for cool_seq_tool-0.4.0.dev0-py3-none-any.whl
Algorithm Hash digest
SHA256 ed77df1318225a86ab688eadca034391977e8b8cdf8541724cd7b79cda584636
MD5 ff48f22e32a075164a6dc465b26d4c87
BLAKE2b-256 fe8cb87a8ea692f46906b9c3ca69f0bd136545295a948b5f00c6c47806ac4fc6

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