Skip to main content

No project description provided

Project description

REDItools3

A new REDItools implementation to speed-up the RNA editing profiling in massive RNAseq data

Installation

Install from PyPi. pip install REDItools3

Use the whl file under the dist directory. pip install dist/reditools-0.1-py3-none-any.whl

Usage

Once installed, reditools can be run from the commandline. python -m reditools

Tools

analyze

This is the core reditools function: detecting editing events from one or more BAM file.

The output is a tab separated table with these columns:

Field Description
Region Chromosome or contig
Position Position in the region
Reference Base from the reference sequence
Strand DNA strand (+, -, or *)
Coverage-q30 How many reads had a quality of at least 30
MeanQ Mean read quality
BaseCount[A,C,G,T] Total count of each base found
AllSubs All the detected substitutions
Frequency Ratio of non-reference bases to reference bases
gCoverage-q30 Genomic Coverage-q30 (see annotate)
gMeanQ Genomic MeanQ (see annotate)
gBaseCount[A,C,G,T] Genomic BaseCount (see annotate)
gAllSubs Genomic variants (see annotate)
gFrequency Genomic variant frequency (see annotate)

The last 5 columns will always be blank (-). They are reserved for output from the annotate tool.

annotate

Annotate RNA editing output with variant detection from genomic data.

annotate takes two reditools output files and fills in the last five columns of the first file with positional matches from the second.

For example, this RNA file:

Region	Position	Reference	Strand	Coverage-q30	MeanQ	BaseCount[A,C,G,T]	AllSubs	Frequency	gCoverage-q30	gMeanQ	gBaseCount[A,C,G,T]	gAllSubs	gFrequency
chr1	1115715	C	*	2	38.00	[0, 2, 0, 0]	-	0.00	-	-	-	-	-
chr1	1115716	A	*	2	38.00	[2, 0, 0, 0]	-	0.00	-	-	-	-	-

With this DNA file:

Region	Position	Reference	Strand	Coverage-q30	MeanQ	BaseCount[A,C,G,T]	AllSubs	Frequency	gCoverage-q30	gMeanQ	gBaseCount[A,C,G,T]	gAllSubs	gFrequency
chr1	1115716	A	*	2	38.00	[2, 0, 0, 0]	-	0.00	-	-	-	-	-
chr1	1115717	C	*	2	38.00	[0, 2, 0, 0]	-	0.00	-	-	-	-	-

Produces:

Region	Position	Reference	Strand	Coverage-q30	MeanQ	BaseCount[A,C,G,T]	AllSubs	Frequency	gCoverage-q30	gMeanQ	gBaseCount[A,C,G,T]	gAllSubs	gFrequency
chr1	1115715	C	*	2	38.00	[0, 2, 0, 0]	-	0.00	-	-	-	-	-
chr1    1115716 A       *       2       38.00   [2, 0, 0, 0]    -       0.00    2       38.00   [2, 0, 0, 0]    -       0.00

find-repeats

Identify repetitive elements in a FASTQ file.

index

Compute RNA editing index from reditools analyze output (PMDI: 31636457). The index tool computes the editing indices for all possible variants, not just A-to-I (listed as A-G in the output).

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

reditools3-3.5.tar.gz (34.3 kB view details)

Uploaded Source

Built Distribution

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

reditools3-3.5-py3-none-any.whl (40.6 kB view details)

Uploaded Python 3

File details

Details for the file reditools3-3.5.tar.gz.

File metadata

  • Download URL: reditools3-3.5.tar.gz
  • Upload date:
  • Size: 34.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.5

File hashes

Hashes for reditools3-3.5.tar.gz
Algorithm Hash digest
SHA256 0dc11da057d0300b0e6e14acd02b860e5bf84c7834ac5c8afe0f8b71a8819f16
MD5 c4bebfdd54e240923fd7d8a4a7110944
BLAKE2b-256 39ccfc35284ed0644fa8ae828bd1b87e9001e764e4ee90dab9049c659234f148

See more details on using hashes here.

File details

Details for the file reditools3-3.5-py3-none-any.whl.

File metadata

  • Download URL: reditools3-3.5-py3-none-any.whl
  • Upload date:
  • Size: 40.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.5

File hashes

Hashes for reditools3-3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 d588e6aeb9ec587b1d3303afad1eec065d43e34d8de33eedfc0a823f348152a5
MD5 a31b6399b4dad53362b580e1fbe0b334
BLAKE2b-256 a8256718037b3467311e80a19b3d65e84b0b41823a3b552aced893da670675bb

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 Pingdom Monitoring Sentry Error logging StatusPage Status page