home / WtMTA

introns

Data license: ODbL · Data source: Larue & Roy, 2023 · About: Minor Intron Database (WtMTA)

id
INTEGER (primary key), globally unique identifier for each intron
dinucleotide_pair
TEXT, terminal dinucleotide sequences of the intron
is_minor
INTEGER, indicates if the intron is a minor intron (1) or not (0)
score
REAL, score representing the probability (0-100%) of the intron being minor
length
INTEGER, length of the intron in base pairs
transcript_id
INTEGER (foreign key referencing transcripts(id)), parent transcript
ordinal_index
INTEGER, ordinal position of the intron within the transcript (e.g., 3 for the third intron)
start
INTEGER, start position of the intron in the genome
end
INTEGER, end position of the intron in the genome
taxonomy_id
INTEGER (foreign key referencing genomes(taxonomy_id)), NCBI taxonomy identifier for species
scored_motifs
TEXT, motifs scored for the intron
phase
INTEGER, phase of the intron in coding sequence (0, 1, or 2 or null for introns outside of coding sequence)
in_cds
INTEGER, indicates if the intron is within the coding sequence (1) or not (0; e.g., UTR introns)
relative_position
REAL, relative position of the intron within the transcript (as a percentage of coding length)

14 rows where transcript_id = 25571547

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
141263773 GT-AG 0 1.000000099473604e-05 3751 rna-XM_003781096.1 25571547 1 39657198 39660948 Otolemur garnettii 30611 CAG|GTCTGTGTCG...GTGTTCTTCCTT/CAGCAATTCATG...GCCAG|CTG 1 1 1.204
141263774 GT-AG 0 2.410014394885344e-05 10179 rna-XM_003781096.1 25571547 2 39661175 39671353 Otolemur garnettii 30611 AAG|GTTTGTCCCC...TTGTCCTTGGCT/CAGCTGCTGATG...CTTAG|AAA 2 1 10.925
141263775 GT-AG 0 1.000000099473604e-05 3325 rna-XM_003781096.1 25571547 3 39671547 39674871 Otolemur garnettii 30611 GGG|GTAAGGTGTC...GAACTCTTTTCT/CTTTTCTGCATG...TGCAG|ATC 0 1 19.226
141263776 GT-AG 0 1.000000099473604e-05 2147 rna-XM_003781096.1 25571547 4 39675035 39677181 Otolemur garnettii 30611 CAG|GTATGAAGCT...GGCACTTTGTCA/TCATTGCTCAAT...TGCAG|ACT 1 1 26.237
141263777 GT-AG 0 3.182253574134054e-05 1940 rna-XM_003781096.1 25571547 5 39677402 39679341 Otolemur garnettii 30611 CAC|GTAAGCCAGC...CCCTCCCTAACC/CGGCTTCTCACC...TGCAG|GAA 2 1 35.699
141263778 GT-AG 0 1.000000099473604e-05 5348 rna-XM_003781096.1 25571547 6 39679472 39684819 Otolemur garnettii 30611 AAG|GTACATGAAA...AGCTCATGGGCT/GCCCAGCTCATG...TCCAG|GTG 0 1 41.29
141263779 GT-AG 0 1.000000099473604e-05 1480 rna-XM_003781096.1 25571547 7 39685015 39686494 Otolemur garnettii 30611 GCG|GTGAGTGAGC...AATGTGGTGACC/AATGTGGTGACC...CCCAG|GGC 0 1 49.677
141263780 GT-AG 0 1.000000099473604e-05 501 rna-XM_003781096.1 25571547 8 39686627 39687127 Otolemur garnettii 30611 AAG|GTGAATGAAC...ACTCTTTTTGCT/CTTGGGCTGACC...GCCAG|GAG 0 1 55.355
141263781 GT-AG 0 1.000000099473604e-05 725 rna-XM_003781096.1 25571547 9 39687292 39688016 Otolemur garnettii 30611 CTA|GTAAGTGATG...AAGTCTTTGCTA/GCCCACCTAATA...GCCAG|TGA 2 1 62.409
141263782 GT-AG 0 8.959640389055029e-05 2758 rna-XM_003781096.1 25571547 10 39688144 39690901 Otolemur garnettii 30611 TAT|GTAAGTGTGG...TCTGCTTTGACT/TCTGCTTTGACT...CCCAG|GTG 0 1 67.871
141263783 GT-AG 0 1.000000099473604e-05 1501 rna-XM_003781096.1 25571547 11 39691066 39692566 Otolemur garnettii 30611 CAG|GTGTGTGGTC...TCCTTCCTGACC/TCCTTCCTGACC...TGCAG|GGA 2 1 74.925
141263784 GT-AG 0 0.0004626526461434 1098 rna-XM_003781096.1 25571547 12 39692688 39693785 Otolemur garnettii 30611 AAG|GTAACCAGCC...TGCCCTTTTGTG/ACTCGTCTAATG...TGCAG|AGT 0 1 80.129
141263785 GT-AG 0 1.000000099473604e-05 1529 rna-XM_003781096.1 25571547 13 39693960 39695488 Otolemur garnettii 30611 AAG|GTGAGGACTT...GTACTTTTGGTG/CCCCATCTAATC...TCCAG|GAA 0 1 87.613
141263786 GT-AG 0 1.000000099473604e-05 1300 rna-XM_003781096.1 25571547 14 39695600 39696899 Otolemur garnettii 30611 CAG|GTACGGCGTG...GTTTCCTTTGTA/TTCCTTTGTATT...CACAG|GAA 0 1 92.387

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "introns" (
"id" INTEGER,
  "dinucleotide_pair" TEXT,
  "is_minor" INTEGER,
  "score" REAL,
  "length" INTEGER,
  "transcript_id" INTEGER,
  "ordinal_index" INTEGER,
  "start" INTEGER,
  "end" INTEGER,
  "taxonomy_id" INTEGER,
  "scored_motifs" TEXT,
  "phase" INTEGER,
  "in_cds" INTEGER,
  "relative_position" REAL
  ,PRIMARY KEY ([id]),
   FOREIGN KEY([transcript_id]) REFERENCES [transcripts]([id]),
   FOREIGN KEY([taxonomy_id]) REFERENCES [genomes]([taxonomy_id])
);
CREATE INDEX [idx_introns_transcript_id]
    ON [introns] ([transcript_id]);
CREATE INDEX [idx_introns_taxonomy_id]
    ON [introns] ([taxonomy_id]);
CREATE INDEX [idx_introns_phase]
    ON [introns] ([phase]);
CREATE INDEX [idx_introns_is_minor]
    ON [introns] ([is_minor]);
CREATE INDEX [idx_introns_dinucleotide_pair]
    ON [introns] ([dinucleotide_pair]);
CREATE INDEX [idx_introns_score]
    ON [introns] ([score]);
CREATE INDEX [idx_introns_in_cds]
    ON [introns] ([in_cds]);
Powered by Datasette · Queries took 23.495ms · Data license: ODbL · Data source: Larue & Roy, 2023 · About: Minor Intron Database (WtMTA)