No project description provided
Project description
nanoISO
nanoISO is a Python package for analyzing ONT cDNA sequencing data. It provides a set of modules for identifying new genes and isoforms
Table of Contents
- 1. nanoISO
- 2. Table of Contents
- 3. Overview
- 4. Requirements
- 5. nanoISO modules
- 6. Scripts
- 7. Docker
- 8. Conda Environment
- 9. Cite nanoISO
Overview
Requirements
- Python 3.8+
nanoISO modules
nanoISO gene
test
nohup python ./modifications.py -i ./treat.pass.fq.gz -s Treat.sam -b genes.bed -o test.treat.mod.bed > test.treat.mod.log 2>&1 &
nohup nanoISO detectMod -i ./treat.pass.fq.gz -s Treat.sam -b genes.bed -o test.treat.mod.detectMod.bed > test.treat.mod.detectMod.log 2>&1 &
nohup nanoISO detectMod -i ../input/LPS3/pass.fq.gz -s ../01_map_gene/LPS3_gene.sam -b ../reference/genes/genes.bed -o ./LPS3_modfi.bed &
Usage
nanoISO.py gene -i sample -f genome.cdna.fa -e 0.005 -o gene
nanoISO isoform
Usage
nanoISO.py isoform -i sample -f genome.cdna.fa -e 0.005 -o isoform
nanoISO m6A sites
Usage
nanoISO.py detectm6A -i sample -f genome.cdna.fa -e 0.005 -o m6A
nanoISO new mRNA
Usage
nanoISO.py detectnewmRNA -i sample -f genome.cdna.fa -e 0.005 -o newmRNA
Scripts
We provide a set of standalone scripts for 5EU detection and quantification.
detect5EU.py
This script detects 5' untranslated regions (5EU) from the ONT direct RNA sequencing data.
Usage
python detect5EU.py -i sample.fastq -o 5EU.bed
Docker
If the user has docker installed, the following command can be used to run the pipeline in a docker container:
docker run -v /path/to/data:/data -it nanoISO/nanoISO:latest /bin/bash
Conda Environment
If the user has conda installed, the following command can be used to create a conda environment for nanoISO:
- Install conda
- Create a new conda environment:
conda create -n nanoISO python=3.6 - Activate the environment:
conda activate nanoISO - Install the required packages:
conda install -c bioconda minimap2 samtools bedtools flair tombo mines - Install the required python packages:
pip install pandas numpy scipy sklearn matplotlib seaborn pysam - Clone the nanoISO repository:
git clone https://github.com/epibiotek/nanoISO.git - Run the pipeline:
python nanoISO/nanoISO.py gene -i sample -f genome.cdna.fa -e 0.005 -o gene
Cite nanoISO
If you use nanoISO in your research, please cite the following paper:
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 nanoiso-0.1.0.tar.gz.
File metadata
- Download URL: nanoiso-0.1.0.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.12.8 Linux/5.15.0-134-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2860bddf4d0d9c63ff4a6151bb5940901e553254b75ac33ecd758442ef67f0b
|
|
| MD5 |
cc2dbdd976200a5b7162aef77558435b
|
|
| BLAKE2b-256 |
158101a3b5381c839ed8244be7d8b4f36ec5af19f98b8c051960059299e74d6e
|
File details
Details for the file nanoiso-0.1.0-py3-none-any.whl.
File metadata
- Download URL: nanoiso-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.12.8 Linux/5.15.0-134-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c577e32c5930cbc654925752c9f16451c5e5ab8ba8630fd7c05adecb7b72b8a
|
|
| MD5 |
de62485d8e8e72d44c834c9850ffed7f
|
|
| BLAKE2b-256 |
5f4cfce5a244e1d49d65e2a6a37704953463efac4990ee9cf9eb0f7f7659a2c4
|