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

✎ 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
84003771 GT-AG 0 0.0003285852054249 146 rna-XM_028385132.1 15550465 1 50560337 50560482 Glycine soja 3848 ATC|GTAATTTCTG...ACTTTGTTATTC/AGTTGGTTGATT...TTCAG|AGG 0 1 1.427
84003772 GT-AG 0 0.0016371503510926 252 rna-XM_028385132.1 15550465 2 50559821 50560072 Glycine soja 3848 GAG|GTACTTTGCG...GTTTTTTTAAAT/GTTTTTTTAAAT...TGCAG|AAC 0 1 5.912
84003773 GT-AG 0 1.000000099473604e-05 94 rna-XM_028385132.1 15550465 3 50559427 50559520 Glycine soja 3848 AGG|GTGATTGATC...CTTGTCATATCT/CAGAGTCTGATG...TGAAG|GTT 0 1 11.009
84003774 GC-AG 0 1.000000099473604e-05 175 rna-XM_028385132.1 15550465 4 50559093 50559267 Glycine soja 3848 GAG|GCAAGTGCTT...TCTGTTTTAGAT/TAGATGCTGACT...TGTAG|GAT 0 1 13.71
84003775 GT-AG 0 0.0004820347288543 126 rna-XM_028385132.1 15550465 5 50558805 50558930 Glycine soja 3848 AGG|GTATTATAAT...TAATTTTTGATA/TGTTTATTTATT...CACAG|GCT 0 1 16.463
84003776 GT-AG 0 1.000000099473604e-05 84 rna-XM_028385132.1 15550465 6 50558500 50558583 Glycine soja 3848 AAG|GTTGTATTTG...ATTTTTTTAACA/ATTTTTTTAACA...AACAG|GTT 2 1 20.217
84003777 GT-AG 0 0.0005639801049672 83 rna-XM_028385132.1 15550465 7 50558275 50558357 Glycine soja 3848 AAG|GTACTGTTTT...TAGTTCTTAATG/ATAGTTCTTAAT...TTTAG|GTT 0 1 22.63
84003778 GT-AG 0 1.000000099473604e-05 107 rna-XM_028385132.1 15550465 8 50557832 50557938 Glycine soja 3848 AAG|GTTATATTAA...TTTTTTTTTTCT/ATATCTCTGATA...TCCAG|GAT 0 1 28.338
84003779 GT-AG 0 0.0028036947168779 420 rna-XM_028385132.1 15550465 9 50557125 50557544 Glycine soja 3848 TTG|GTATGCAGCT...TCTTCTTTGTTT/TCTTTGTTTACT...TACAG|GGA 2 1 33.214
84003780 GT-AG 0 3.2134380113492813e-05 91 rna-XM_028385132.1 15550465 10 50556775 50556865 Glycine soja 3848 CAG|GTACTTAATT...ATTTTCATATCT/CAAATTTTCATA...TTTAG|ACT 0 1 37.615
84003781 GT-AG 0 1.000000099473604e-05 325 rna-XM_028385132.1 15550465 11 50553409 50553733 Glycine soja 3848 TAG|GTGAGTAATT...TGGGTTTTAATT/AATTTATTTATT...TCCAG|TCC 2 1 89.28
84003782 GT-AG 0 1.000000099473604e-05 162 rna-XM_028385132.1 15550465 12 50553175 50553336 Glycine soja 3848 CAG|GTAAGTTAAC...GAGTTTTTATAG/GACTTGTTCATT...TTTAG|CCC 2 1 90.503
84003783 GT-AG 0 0.002866026106457 112 rna-XM_028385132.1 15550465 13 50553009 50553120 Glycine soja 3848 TAG|GTATGCATAT...TTCTGTTTGATC/TTCTGTTTGATC...TGCAG|TCC 2 1 91.42
84012251 GT-AG 0 0.001877054425116 390 rna-XM_028385132.1 15550465 14 50552515 50552904 Glycine soja 3848 GAG|GTAAACTAAC...TTTTCCTTAATG/ATTTTCCTTAAT...TTAAG|CTT   0 93.187

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