Skip to content

Commit 7110c08

Browse files
Release 3.6
1 parent cedb418 commit 7110c08

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

REDItools3.egg-info/PKG-INFO

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.4
22
Name: REDItools3
3-
Version: 3.5
3+
Version: 3.6
44
Author: Ernesto Picardi
55
Author-email: Adam Handen <adam.handen@gmail.com>
66
License-Expression: GPL-3.0-or-later
@@ -48,12 +48,12 @@ The output is a tab separated table with these columns:
4848
| Position | Position in the region |
4949
| Reference | Base from the reference sequence |
5050
| Strand | DNA strand (+, -, or \*) |
51-
| Coverage-q30 | How many reads had a quality of at least 30 |
51+
| Coverage | How many reads passed quality thresholds |
5252
| MeanQ | Mean read quality |
5353
| BaseCount[A,C,G,T] | Total count of each base found |
5454
| AllSubs | All the detected substitutions |
5555
| Frequency | Ratio of non-reference bases to reference bases |
56-
| gCoverage-q30 | Genomic Coverage-q30 (see `annotate`) |
56+
| gCoverage | Genomic Coverage (see `annotate`) |
5757
| gMeanQ | Genomic MeanQ (see `annotate`) |
5858
| gBaseCount[A,C,G,T] | Genomic BaseCount (see `annotate`) |
5959
| gAllSubs | Genomic variants (see `annotate`) |
@@ -70,21 +70,21 @@ of the first file with positional matches from the second.
7070

7171
For example, this RNA file:
7272
```
73-
Region Position Reference Strand Coverage-q30 MeanQ BaseCount[A,C,G,T] AllSubs Frequency gCoverage-q30 gMeanQ gBaseCount[A,C,G,T] gAllSubs gFrequency
73+
Region Position Reference Strand Coverage MeanQ BaseCount[A,C,G,T] AllSubs Frequency gCoverage gMeanQ gBaseCount[A,C,G,T] gAllSubs gFrequency
7474
chr1 1115715 C * 2 38.00 [0, 2, 0, 0] - 0.00 - - - - -
7575
chr1 1115716 A * 2 38.00 [2, 0, 0, 0] - 0.00 - - - - -
7676
```
7777

7878
With this DNA file:
7979
```
80-
Region Position Reference Strand Coverage-q30 MeanQ BaseCount[A,C,G,T] AllSubs Frequency gCoverage-q30 gMeanQ gBaseCount[A,C,G,T] gAllSubs gFrequency
80+
Region Position Reference Strand Coverage MeanQ BaseCount[A,C,G,T] AllSubs Frequency gCoverage gMeanQ gBaseCount[A,C,G,T] gAllSubs gFrequency
8181
chr1 1115716 A * 2 38.00 [2, 0, 0, 0] - 0.00 - - - - -
8282
chr1 1115717 C * 2 38.00 [0, 2, 0, 0] - 0.00 - - - - -
8383
```
8484

8585
Produces:
8686
```
87-
Region Position Reference Strand Coverage-q30 MeanQ BaseCount[A,C,G,T] AllSubs Frequency gCoverage-q30 gMeanQ gBaseCount[A,C,G,T] gAllSubs gFrequency
87+
Region Position Reference Strand Coverage MeanQ BaseCount[A,C,G,T] AllSubs Frequency gCoverage gMeanQ gBaseCount[A,C,G,T] gAllSubs gFrequency
8888
chr1 1115715 C * 2 38.00 [0, 2, 0, 0] - 0.00 - - - - -
8989
chr1 1115716 A * 2 38.00 [2, 0, 0, 0] - 0.00 2 38.00 [2, 0, 0, 0] - 0.00
9090
```
@@ -97,3 +97,8 @@ Compute RNA editing index from reditools `analyze` output
9797
([PMDI: 31636457](https://pubmed.ncbi.nlm.nih.gov/31636457/)).
9898
The `index` tool computes the editing indices for all possible variants, not
9999
just A-to-I (listed as A-G in the output).
100+
101+
# Citing and Credit
102+
Please cite the following papers when using REDItools3
103+
1. Fonzino A, Mazzacuva PL, Handen A, Silvestris DA, Arnold A, Pecori R, Pesole G, Picardi E. REDInet: a temporal convolutional network-based classifier for A-to-I RNA editing detection harnessing million known events. Brief Bioinform. 2025 Mar 4;26(2):bbaf107. doi: 10.1093/bib/bbaf107. PMID: 40112338; PMCID: PMC11924403.
104+
2. Picardi E, Pesole G. REDItools: high-throughput RNA editing detection made easy. Bioinformatics. 2013 Jul 15;29(14):1813-4. doi: 10.1093/bioinformatics/btt287. Epub 2013 Jun 5. PMID: 23742983.

dist/reditools3-3.5.tar.gz

-33.5 KB
Binary file not shown.

dist/reditools3-3.6.tar.gz

34 KB
Binary file not shown.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "REDItools3"
7-
version = "v3.5"
7+
version = "v3.6"
88
license = "GPL-3.0-or-later"
99
authors = [
1010
{ name="Ernesto Picardi" },

0 commit comments

Comments
 (0)