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)

15 rows where transcript_id = 3682584

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
18436003 GT-AG 0 2.6550236874923144e-05 1018 rna-XM_033776267.1 3682584 2 11011019 11012036 Asterias rubens 7604 CAG|GTGTGTATAT...GTCTTCTTATTA/AGTCTTCTTATT...AACAG|TTC 2 1 3.472
18436004 GC-AG 0 1.000000099473604e-05 667 rna-XM_033776267.1 3682584 3 11012113 11012779 Asterias rubens 7604 AAG|GCAAGTTTTC...TTTATCTAATTC/GTTTATCTAATT...TATAG|GTG 0 1 5.101
18436005 GT-AG 0 1.000000099473604e-05 1520 rna-XM_033776267.1 3682584 4 11014002 11015521 Asterias rubens 7604 AGG|GTAAGTGATA...ATTATTTTGAAA/ATTATTTTGAAA...AACAG|TGG 1 1 31.29
18436006 GT-AG 0 1.000000099473604e-05 257 rna-XM_033776267.1 3682584 5 11015659 11015915 Asterias rubens 7604 AAG|GTAAATCCCC...GTTCATTTATTT/GTTTTGTTCATT...TGTAG|AAG 0 1 34.226
18436007 GT-AG 0 1.000000099473604e-05 677 rna-XM_033776267.1 3682584 6 11015999 11016675 Asterias rubens 7604 AGT|GTGAGTATTA...TGTGTTTTATTC/TTGTGTTTTATT...AACAG|TGG 2 1 36.005
18436008 GT-AG 0 1.000000099473604e-05 1118 rna-XM_033776267.1 3682584 7 11016810 11017927 Asterias rubens 7604 AGG|GTAAGATTTG...CATATCTTATTT/TCATATCTTATT...TTCAG|GAT 1 1 38.877
18436009 GT-AG 0 0.00248997804556 821 rna-XM_033776267.1 3682584 8 11018022 11018842 Asterias rubens 7604 AAT|GTAAGCTTTC...TGTTTCTTCTTC/CGACTATTGAAT...AACAG|GGA 2 1 40.892
18436010 GT-AG 0 1.000000099473604e-05 560 rna-XM_033776267.1 3682584 9 11018980 11019539 Asterias rubens 7604 CAC|GTAAGTGGTT...AACCCTTTCAAT/AACCCTTTCAAT...CACAG|CTC 1 1 43.828
18436011 GT-AG 0 1.000000099473604e-05 810 rna-XM_033776267.1 3682584 10 11019737 11020546 Asterias rubens 7604 CCG|GTAAGCGACC...TTTGTTTTTTCA/TAAATATTCAAT...TTCAG|AGA 0 1 48.05
18436012 GT-AG 0 1.000000099473604e-05 721 rna-XM_033776267.1 3682584 11 11022343 11023063 Asterias rubens 7604 TCG|GTGAGTTATT...CCCTTTTTAAAT/TGGTATTTGATT...ACCAG|TCC 2 1 86.541
18436013 GT-AG 0 1.000000099473604e-05 579 rna-XM_033776267.1 3682584 12 11023147 11023725 Asterias rubens 7604 AAA|GTGAGTATTT...GTGTCCTTATAT/CGGTAACTTATT...TGCAG|CTT 1 1 88.32
18436014 GT-AG 0 4.760020595270264e-05 1052 rna-XM_033776267.1 3682584 13 11023863 11024914 Asterias rubens 7604 AAG|GTAACTGAAG...TTTTTTTTTGTG/GCAGATTGGATT...TCCAG|ATA 0 1 91.256
18436015 GT-AG 0 1.000000099473604e-05 2143 rna-XM_033776267.1 3682584 14 11025088 11027230 Asterias rubens 7604 CAG|GTAAGTACAC...TGGACCTAAAGT/ACCAAATTGATT...TTCAG|GAA 2 1 94.964
18436016 GT-AG 0 1.8387026473804267e-05 804 rna-XM_033776267.1 3682584 15 11027316 11028119 Asterias rubens 7604 AAG|GTACTATGTT...GTCTTCTTCTCT/AAATATCTCATA...ATCAG|GTC 0 1 96.785
18444924 GT-AG 0 1.000000099473604e-05 3270 rna-XM_033776267.1 3682584 1 11007612 11010881 Asterias rubens 7604 GGG|GTAAGTGCCG...TTTTTTTTAACT/TTTTTTTTAACT...CTAAG|TCT   0 2.593

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