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 = 14393892

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
76886985 GC-AG 0 1.000000099473604e-05 119 rna-XM_010151417.1 14393892 1 85498 85616 Eurypyga helias 54383 ATG|GCAAGTTTGC...TTTTTTTTTTCC/CAAGTTTTCAGG...CCCAG|GTT 2 1 4.009
76886986 GT-AG 0 1.000000099473604e-05 1302 rna-XM_010151417.1 14393892 2 84083 85384 Eurypyga helias 54383 AAG|GTGAGTGTCC...CATGCCTCAATT/TCATGCCTCAAT...TGCAG|TGT 1 1 9.277
76886987 GT-AG 0 1.000000099473604e-05 1399 rna-XM_010151417.1 14393892 3 82610 84008 Eurypyga helias 54383 GAG|GTGAGTTGGT...GTTTTTTTACCC/TGTTTTTTTACC...CGCAG|TGG 0 1 12.727
76886988 GT-AG 0 1.000000099473604e-05 826 rna-XM_010151417.1 14393892 4 81613 82438 Eurypyga helias 54383 CAG|GTAAGATGGG...CCTCTCATGGCT/GCTCCTCTCATG...CCTAG|GCA 0 1 20.699
76886989 GT-AG 0 0.0001419804137364 658 rna-XM_010151417.1 14393892 5 80790 81447 Eurypyga helias 54383 CAC|GTATGAGCAA...CTCTCCTTGTCT/AAAATCCAAATT...TCCAG|ATC 0 1 28.392
76886990 GT-AG 0 1.000000099473604e-05 9542 rna-XM_010151417.1 14393892 6 71078 80619 Eurypyga helias 54383 GAG|GTGGGTGTTG...AGGGCTTTTGTG/GTGGGGCTGATC...CCCAG|TCA 2 1 36.317
76886991 GT-AG 0 1.0547282738312188e-05 922 rna-XM_010151417.1 14393892 7 70024 70945 Eurypyga helias 54383 CAG|GTAAGCAAAG...AGGTCCTTGAAG/TGAAGTATGACT...CTCAG|ATG 2 1 42.471
76886992 GT-AG 0 1.000000099473604e-05 716 rna-XM_010151417.1 14393892 8 69174 69889 Eurypyga helias 54383 TCC|GTAAGTGGGG...CTCCCTTTGGTG/CATCTGTCCAGC...CACAG|CTC 1 1 48.718
76886993 GT-AG 0 1.000000099473604e-05 2735 rna-XM_010151417.1 14393892 9 66308 69042 Eurypyga helias 54383 AAG|GTGGGTGTCC...TGTGTTTTACAC/GTGTGTTTTACA...CCCAG|GGC 0 1 54.825
76886994 GT-AG 0 1.000000099473604e-05 702 rna-XM_010151417.1 14393892 10 65450 66151 Eurypyga helias 54383 AAG|GTGGGCGAGA...GTTTGCTCACCA/TGTTTGCTCACC...TGCAG|CTC 0 1 62.098
76886995 GC-AG 0 1.000000099473604e-05 1585 rna-XM_010151417.1 14393892 11 63718 65302 Eurypyga helias 54383 GAG|GCGAGTCTGG...GATTGCAAAACC/ACCCAGCTCACG...TTTAG|GTG 0 1 68.951
76886996 GT-AG 0 1.000000099473604e-05 7299 rna-XM_010151417.1 14393892 12 56302 63600 Eurypyga helias 54383 CAG|GTACGGCTCG...CTGCTCTTCCCC/TCGCTTGCTACC...CACAG|GTG 0 1 74.406
76886997 GT-AG 0 1.000000099473604e-05 439 rna-XM_010151417.1 14393892 13 55788 56226 Eurypyga helias 54383 CAG|GTTGGGGAGC...GTTGTCTTCTCT/TGGGCGCTGACC...ACTAG|GAT 0 1 77.902
76886998 GT-AG 0 1.000000099473604e-05 1131 rna-XM_010151417.1 14393892 14 54382 55512 Eurypyga helias 54383 CCA|GTGAGTGGTG...TATGTCTTTGTT/AGCCTTCTCACC...CCCAG|GCT 2 1 90.723

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 42.422ms · Data license: ODbL · Data source: Larue & Roy, 2023 · About: Minor Intron Database (WtMTA)