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)

13 rows where transcript_id = 4793070

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
24940486 GT-AG 0 1.000000099473604e-05 1117 Brast01G179100.1.v0.1.stacei 4793070 1 11366067 11367183 Brachypodium stacei 1071399 GCG|GTAGGGCTGC...TTTATTTTGACA/TTTATTTTGACA...CACAG|GTT 0 1 7.518
24940487 GT-AG 0 1.000000099473604e-05 1241 Brast01G179100.1.v0.1.stacei 4793070 2 11367394 11368634 Brachypodium stacei 1071399 CAG|GTCAGTACAA...TACGTATTGATT/TCATATTTCATA...TTTAG|GTC 0 1 13.177
24940488 GT-AG 0 0.0001857112092914 81 Brast01G179100.1.v0.1.stacei 4793070 3 11368830 11368910 Brachypodium stacei 1071399 CAG|GTCTTCACAG...TTAGTTTTAAAT/TTAGTTTTAAAT...TGAAG|GTT 0 1 18.432
24940489 GC-AG 0 1.000000099473604e-05 3199 Brast01G179100.1.v0.1.stacei 4793070 4 11369267 11372465 Brachypodium stacei 1071399 CAG|GCATGTAGCT...CCTTCTTTAATG/ATTTCTTTTACT...TACAG|TAT 2 1 28.025
24940490 GT-AG 0 1.000000099473604e-05 89 Brast01G179100.1.v0.1.stacei 4793070 5 11372692 11372780 Brachypodium stacei 1071399 AAG|GTTAGTACTT...ATTGCTTTATTG/GTTGGTTTAACT...CCTAG|GTG 0 1 34.115
24940491 GT-AG 0 0.0048069813845485 97 Brast01G179100.1.v0.1.stacei 4793070 6 11372950 11373046 Brachypodium stacei 1071399 CAG|GTTTTCTCTT...CATTACTTAGCT/CAATGTTTGATA...AACAG|CAC 1 1 38.669
24940492 GT-AG 0 1.000000099473604e-05 742 Brast01G179100.1.v0.1.stacei 4793070 7 11374289 11375030 Brachypodium stacei 1071399 AAG|GTTTGTGCAG...TATTCTTTGCCC/CTTTTTTTCAAT...TATAG|ATA 1 1 72.137
24940493 GT-AG 0 1.000000099473604e-05 76 Brast01G179100.1.v0.1.stacei 4793070 8 11375203 11375278 Brachypodium stacei 1071399 CAG|GTTCGTCCAC...GAATTGTTAATA/GTTATATTAATA...CCTAG|CTG 2 1 76.772
24940494 GT-AG 0 1.000000099473604e-05 565 Brast01G179100.1.v0.1.stacei 4793070 9 11375501 11376065 Brachypodium stacei 1071399 AAG|GTGAATTCTG...CCAACATTACTT/AACTGTATCAAA...TGTAG|GAA 2 1 82.754
24940495 GT-AG 0 4.408391401307993e-05 1324 Brast01G179100.1.v0.1.stacei 4793070 10 11376204 11377527 Brachypodium stacei 1071399 AAG|GTAACATCCC...AGCTTCTTTTCA/CTTCTTTTCATG...TTCAG|GAC 2 1 86.473
24940496 GT-AG 0 1.000000099473604e-05 85 Brast01G179100.1.v0.1.stacei 4793070 11 11377763 11377847 Brachypodium stacei 1071399 CAG|GTATGAGCAG...ATGCTTATGACA/ACAATTTTCAAT...TCCAG|GCA 0 1 92.805
24940497 GT-AG 0 0.0002159505506549 1046 Brast01G179100.1.v0.1.stacei 4793070 12 11377908 11378953 Brachypodium stacei 1071399 GCG|GTAAGCTACA...TTCTCCATATTT/TCCATATTTATA...TAAAG|GTG 0 1 94.422
24940498 GT-AG 0 0.0031439788316375 76 Brast01G179100.1.v0.1.stacei 4793070 13 11379026 11379101 Brachypodium stacei 1071399 CAG|GTATTCCAGT...TTTTCATTATTT/ATTATTTTCAAC...TCCAG|GAT 0 1 96.362

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