Skip to main content

tests docs PyPI PyPIDownloadsTotal Licence: MIT IsoTools Logo

IsoTools

IsoTools is a python module for Long Read Transcriptome Sequencing (LRTS) analysis.

Key features:

  • Import of LRTS bam files (aligned full length transcripts).
  • Import of reference annotation in gff3/gtf format.
  • Computation of quality control metrics.
  • Annotation and classification of novel transcripts using the biologically motivated classification scheme SQANTI.
  • Evaluation of the coding potential of isoforms.
  • Definition of alternative splicing events based on segment graphs.
  • Detection of differential alternative splicing between samples and groups of samples.
  • Gene modelling based on structural and expression variability.
  • Support for proteogenomic approaches at the interface of transcriptomics and proteomics.
  • Various data visualizations.

Documentation

The documentation, including tutorials with real-world case studies and the complete API reference is available at readthedocs

Installation

Isotools is available from PyPI, and can be installed with the pip command:

python3 -m pip install isotools

Alternatively, to install from github, use the following command:

git clone https://github.com/HerwigLab/IsoTools2.git
cd isotools
python3 -m pip install .

Usage

This code block demonstrates the basic file import with IsoTools. It uses a small test data set contained in this repository, and should run within seconds. The paths are relative to the root of the repository. For more comprehensive real world examples see the tutorials.

from isotools import Transcriptome
import logging
logging.basicConfig(format='%(levelname)s:%(message)s', level=logging.INFO)
# import the reference annotation
transcriptome = Transcriptome.from_reference('tests/data/example.gff.gz')
# import the transcriptome data
for sa in ('CTL', 'VPA'):
    transcriptome.add_sample_from_bam(f'../tests/data/example_1_{sa}.bam', sample_name=sa, group=sa, platform='SequelII')
# save the imported file as pkl file (for faster import)
transcriptome.add_qc_metrics('../tests/data/example.fa')
transcriptome.save('../tests/data/example_1_isotools.pkl')

Citation and feedback

  • If you run into any issues, please use the github issues report feature.
  • For general feedback, please write us an email to yalan_bi@molgen.mpg.de and herwig@molgen.mpg.de.
  • If you use IsoTools in your publication, please cite the following paper in addition to this repository:
    • Lienhard, Matthias et al. “IsoTools: a flexible workflow for long-read transcriptome sequencing analysis.” Bioinformatics (Oxford, England) vol. 39,6 (2023): btad364. doi:10.1093/bioinformatics/btad364
    • Bi, Yalan et al. “IsoTools 2.0: Software for Comprehensive Analysis of Long-read Transcriptome Sequencing Data.” Journal of molecular biology, 169049. 26 Feb. 2025, doi:10.1016/j.jmb.2025.169049

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

isotools-2.1.1.tar.gz (134.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

isotools-2.1.1-py3-none-any.whl (133.2 kB view details)

Uploaded Python 3

File details

Details for the file isotools-2.1.1.tar.gz.

File metadata

  • Download URL: isotools-2.1.1.tar.gz
  • Upload date:
  • Size: 134.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.8

File hashes

Hashes for isotools-2.1.1.tar.gz
Algorithm Hash digest
SHA256 00c77ffd391e4f9ce9773bba05d73d60722b99ad2480604bf97ce31690666246
MD5 8344bbc9ece167f3681914d0da9c2cd7
BLAKE2b-256 36056a919b0262a688cd4469462a1cb29f5def7af6e3d0be673d4f337257dda2

See more details on using hashes here.

File details

Details for the file isotools-2.1.1-py3-none-any.whl.

File metadata

  • Download URL: isotools-2.1.1-py3-none-any.whl
  • Upload date:
  • Size: 133.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.8

File hashes

Hashes for isotools-2.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f5c47a2d9e4ddf868770f8cfe303ba8bb878a184aa4d7417e7b7c72a3c26a241
MD5 47e48ced090358c20a84a4f44a6bf181
BLAKE2b-256 1df150c5e54b8bbb591eeafcc59ec4bfc9afccaf1d933452ea8c636298d4e2c2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page