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

✎ 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
210096031 GT-AG 0 0.000109533634234 1134 rna-XM_034844546.1 38062777 1 220749 221882 Vitis riparia 96939 AGG|GTTCGCTTTC...TGACTTTTATAA/ATGACTTTTATA...TATAG|GGT 0 1 2.881
210096032 GT-AG 0 0.0002559870372531 103 rna-XM_034844546.1 38062777 2 221991 222093 Vitis riparia 96939 GTG|GTTTGTTCCC...ATTACCTGAGCA/TATTACCTGAGC...TGCAG|ATC 0 1 5.932
210096033 GT-AG 0 1.000000099473604e-05 1690 rna-XM_034844546.1 38062777 3 222229 223918 Vitis riparia 96939 GAG|GTAAATAAGT...CTTCTTTTAATG/CTTCTTTTAATG...CGCAG|TTT 0 1 9.746
210096034 GT-AG 0 1.000000099473604e-05 86 rna-XM_034844546.1 38062777 4 224244 224329 Vitis riparia 96939 ATG|GTGAGTATTC...AAAATCTGAATC/AAAAATCTGAAT...TTCAG|CCA 1 1 18.927
210096035 GT-AG 0 0.0041708044254596 214 rna-XM_034844546.1 38062777 5 224479 224692 Vitis riparia 96939 CCT|GTAAGTTTAT...ACATTCTTAATT/ACATTCTTAATT...CACAG|CTT 0 1 23.136
210096036 GT-AG 0 0.0002809203644509 115 rna-XM_034844546.1 38062777 6 224841 224955 Vitis riparia 96939 AAG|GTATTGCTTA...TGGTTATTGACA/TGGTTATTGACA...TGCAG|ATA 1 1 27.316
210096037 GT-AG 0 0.0037965511279358 156 rna-XM_034844546.1 38062777 7 225313 225468 Vitis riparia 96939 CTG|GTATGGTTTC...TTCTTCTTATAA/ATTCTTCTTATA...TGCAG|CTC 1 1 37.401
210096038 GT-AG 0 0.0146159802624032 360 rna-XM_034844546.1 38062777 8 225883 226242 Vitis riparia 96939 AAG|GTATTTTCAT...TATTTCTTATTG/TTATTTCTTATT...GTTAG|TTG 1 1 49.096
210096039 GT-AG 0 0.0001693582645166 108 rna-XM_034844546.1 38062777 9 226612 226719 Vitis riparia 96939 AAG|GTGTGTTCTG...TTTTTTTTATCC/TTTTTTTTTATC...AGTAG|AAA 1 1 59.52
210096040 GT-AG 0 1.000000099473604e-05 122 rna-XM_034844546.1 38062777 10 227127 227248 Vitis riparia 96939 GAG|GTAAGTTATT...TGCTTCTTGTAT/TTGTATGTTACA...ATCAG|GTT 0 1 71.017
210096041 GT-AG 0 2.5053585743395087e-05 93 rna-XM_034844546.1 38062777 11 227335 227427 Vitis riparia 96939 CCG|GTAGACTCAT...ACATACTGATTT/AACATACTGATT...CTCAG|GGA 2 1 73.446
210096042 GT-AG 0 1.000000099473604e-05 1254 rna-XM_034844546.1 38062777 12 227647 228900 Vitis riparia 96939 GAG|GTTATTTTTC...TGTTTTTTATTC/TTTTTATTCACC...TGCAG|TGT 2 1 79.633
210096043 GT-AG 0 0.0275647435239906 1389 rna-XM_034844546.1 38062777 13 229030 230418 Vitis riparia 96939 ATG|GTATGCTGCC...CTGTTTTTACTT/TCTGTTTTTACT...TTCAG|GGA 2 1 83.277
210096044 GT-AG 0 1.000000099473604e-05 688 rna-XM_034844546.1 38062777 14 230788 231475 Vitis riparia 96939 AAG|GTGCTTTCTA...AAGTTTTTAAAT/AATCATCTCACT...TGCAG|GGC 2 1 93.701
210096045 GT-AG 0 0.0040564846592938 622 rna-XM_034844546.1 38062777 15 231592 232213 Vitis riparia 96939 AAG|GTATGTTACA...TATGTTTTAACT/TATGTTTTAACT...ATCAG|GGG 1 1 96.977

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