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

✎ 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
153481571 GT-AG 0 0.0001709812023952 1023 rna-XM_024521301.1 27592320 1 26882380 26883402 Physcomitrium patens 3218 AAG|GTAATCACCG...ATGTCCTTAGCA/CGATATCTTACT...TTCAG|AGT 1 1 5.25
153481572 GT-AG 0 0.0083933172757916 171 rna-XM_024521301.1 27592320 2 26883503 26883673 Physcomitrium patens 3218 ACA|GTATAGTCCT...AATATTTTGAAT/AATATTTTGAAT...GACAG|GCC 2 1 8.412
153481573 GT-AG 0 0.1393783333888936 235 rna-XM_024521301.1 27592320 3 26883762 26883996 Physcomitrium patens 3218 TCT|GTATGTTGTT...TGGATTTTACTA/ATTTTACTAATA...TTCAG|AAT 0 1 11.195
153481574 GT-AG 0 2.932424444976757e-05 157 rna-XM_024521301.1 27592320 4 26884134 26884290 Physcomitrium patens 3218 GCG|GTTAGTTTTT...GTATTCTTGATG/ACTTTTCTGATT...ACCAG|GCA 2 1 15.528
153481575 GT-AG 0 1.000000099473604e-05 202 rna-XM_024521301.1 27592320 5 26884374 26884575 Physcomitrium patens 3218 GAG|GTTTGAATAT...TTTCTGTTAATC/GGCTTTTTCATC...TGCAG|GTC 1 1 18.153
153481576 GT-AG 0 1.000000099473604e-05 209 rna-XM_024521301.1 27592320 6 26884639 26884847 Physcomitrium patens 3218 CAG|GTTCGTAGTC...GTTTTCTTTCCT/GTTCTACTGATC...TATAG|GTC 1 1 20.145
153481577 GT-AG 0 0.0003285997704921 138 rna-XM_024521301.1 27592320 7 26885005 26885142 Physcomitrium patens 3218 CGA|GTAAGTTTCT...CGATCTCTAACC/CGATCTCTAACC...CCCAG|ATC 2 1 25.111
153481578 GT-AG 0 1.000000099473604e-05 135 rna-XM_024521301.1 27592320 8 26885292 26885426 Physcomitrium patens 3218 AAT|GTAAGATCTC...AATTTCATGATG/CAGGTTCTGAGT...CGCAG|GTA 1 1 29.823
153481579 GT-AG 0 0.0112797997991999 277 rna-XM_024521301.1 27592320 9 26885604 26885880 Physcomitrium patens 3218 CTG|GTATGTTTAA...TTGTTCTTGCTG/GGATGCCTGACA...TTTAG|ATG 1 1 35.421
153481580 GT-AG 0 5.853853685722709e-05 572 rna-XM_024521301.1 27592320 10 26886298 26886869 Physcomitrium patens 3218 AAG|GTGTGTTTTC...TACACCCTGACT/CTTTGGCTGATC...CTCAG|GGA 1 1 48.608
153481581 GT-AG 0 3.746385544227705e-05 616 rna-XM_024521301.1 27592320 11 26886909 26887524 Physcomitrium patens 3218 CAG|GTAGGTTTGA...CTTTCGTTATCA/TCTTTCGTTATC...TGAAG|CAG 1 1 49.842
153481582 GT-AG 0 2.597693002710136e-05 527 rna-XM_024521301.1 27592320 12 26887569 26888095 Physcomitrium patens 3218 AAG|GTATTACTCA...GTAGTATTAAAC/CGCATACTGATA...TTTAG|GGC 0 1 51.233
153481583 GT-AG 0 1.000000099473604e-05 338 rna-XM_024521301.1 27592320 13 26888223 26888560 Physcomitrium patens 3218 CCG|GTAAGTATCT...GGAATGTTAGTT/TGTTAGTTCATT...TACAG|GAG 1 1 55.25
153481584 GT-AG 0 0.0374432835080005 169 rna-XM_024521301.1 27592320 14 26888784 26888952 Physcomitrium patens 3218 CGG|GTATGTATTT...CATTCTTTAACA/CATTCTTTAACA...TACAG|TTA 2 1 62.302
153481585 GT-AG 0 1.000000099473604e-05 423 rna-XM_024521301.1 27592320 15 26889085 26889507 Physcomitrium patens 3218 GAG|GTTCGTAAGC...ATCGTTTTAATA/ATAGTGTTCATC...TGCAG|AGA 2 1 66.477

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