Framework for the analysis of long read transcriptome sequencing data
Reason this release was yanked:
broken
Project description
isotools
python module for isoseq postprocessing
documentation:
http://medips.molgen.mpg.de/isoseq/
installation:
git clone https://github.molgen.mpg.de/lienhard/isotools.git
cd isotools
pip install .
usage:
from isotools.transcriptome import Transcriptome
import logging
logging.basicConfig(format='%(levelname)s:%(message)s', level=logging.INFO)
isoseq=Transcriptome.from_reference('reference_file.gff3.gz')
isoseq_bam_fn={'sample1':'isoseq_fn_s1.bam', 'sample2':'isoseq_fn_s2.bam'}
groups={'sample1':'control', 'sample2':'treatment'}
for sa,bam in isoseq_bam_fn.items():
isoseq.add_sample_from_bam(bam, sample_name=sa, group=groups[sa])
isoseq.add_biases('genome.fa')
isoseq.make_index()
isoseq.add_filter()
isoseq.save('example_isotools.pkl')
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
isotools-0.2.0rc1.tar.gz
(2.7 kB
view details)
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 isotools-0.2.0rc1.tar.gz.
File metadata
- Download URL: isotools-0.2.0rc1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9bda86e8b822143650d2b8d8db118a66cb97c2bb6f74518da75fdf9e45ce690
|
|
| MD5 |
96f04a6cc5efeefdd2edb042c5da5474
|
|
| BLAKE2b-256 |
304127998fe30f01b440f7b24fe336177ebe33615f9d6cf444878e75c6a345f6
|
File details
Details for the file isotools-0.2.0rc1-py3-none-any.whl.
File metadata
- Download URL: isotools-0.2.0rc1-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9fb0efbb054be20b15e6b14af609b12c0bc4ce534c42c508d1f70167bbd3d546
|
|
| MD5 |
8e68d631f277ebdedbec0b1e54c9479e
|
|
| BLAKE2b-256 |
b6a5b6951418f7c7b4497417ca3953b9daef7196f9970a4f649310a887b01f14
|