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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
153481663 GT-AG 0 1.000000099473604e-05 847 rna-XM_024536277.1 27592326 1 3233546 3234392 Physcomitrium patens 3218 AGG|GTGAGTCTAC...ACTGCCTTGACT/ACTGCCTTGACT...TTTAG|GAA 0 1 27.457
153481664 GT-AG 0 0.0008334852721088 264 rna-XM_024536277.1 27592326 2 3233138 3233401 Physcomitrium patens 3218 TTT|GTAAGCCCTT...TTTTCATTGATG/CGTCTTTTCATT...GGCAG|CAT 0 1 32.081
153481665 GT-AG 0 0.0051206694514569 113 rna-XM_024536277.1 27592326 3 3232947 3233059 Physcomitrium patens 3218 CAG|GTATTTTTTA...GTAATTTTTGTT/TAAGCATTCATT...TGCAG|ATG 0 1 34.586
153481666 GT-AG 0 1.000000099473604e-05 111 rna-XM_024536277.1 27592326 4 3232710 3232820 Physcomitrium patens 3218 CTA|GTCAGTACTT...ATATTTGTAACC/AGAGTATTAATC...TGCAG|ATT 0 1 38.632
153481667 GT-AG 0 0.000948488095856 185 rna-XM_024536277.1 27592326 5 3232458 3232642 Physcomitrium patens 3218 AAG|GTATTATCAT...TGAGTCTTAATT/CATCTTCTCATC...TGTAG|TTT 1 1 40.784
153481668 GT-AG 0 0.0083583705607815 151 rna-XM_024536277.1 27592326 6 3232245 3232395 Physcomitrium patens 3218 CCG|GTAACTTCTT...TTCATCTTAAGC/TATATGCTGAGC...TGCAG|GCG 0 1 42.775
153481669 GT-AG 0 7.577733509672176e-05 141 rna-XM_024536277.1 27592326 7 3231964 3232104 Physcomitrium patens 3218 TTC|GTAAGTTACA...TGACGTTTAATA/TGACGTTTAATA...TGCAG|GGG 2 1 47.27
153481670 GT-AG 0 1.000000099473604e-05 130 rna-XM_024536277.1 27592326 8 3231707 3231836 Physcomitrium patens 3218 ACG|GTAAGATGGT...AAAATCTTATTA/CAAAATCTTATT...TTCAG|ATG 0 1 51.349
153481671 GT-AG 0 0.1014160071254262 130 rna-XM_024536277.1 27592326 9 3231462 3231591 Physcomitrium patens 3218 ACG|GTAACCTTTT...GTCACCATGAAC/TGTCATCTAACA...TGCAG|GCT 1 1 55.042
153481672 GT-AG 0 1.000000099473604e-05 267 rna-XM_024536277.1 27592326 10 3231106 3231372 Physcomitrium patens 3218 CAG|GTTGCTAAAT...TACACTTTCTTG/GGGTTGCTAACT...CACAG|GGT 0 1 57.9
153481673 GT-AG 0 1.000000099473604e-05 224 rna-XM_024536277.1 27592326 11 3230798 3231021 Physcomitrium patens 3218 CAG|GTTCTTGCTG...CTTGCTTCGAAT/CATTTGATAATG...TGCAG|GTA 0 1 60.597
153481674 GT-AG 0 1.000000099473604e-05 320 rna-XM_024536277.1 27592326 12 3230097 3230416 Physcomitrium patens 3218 AAG|GTCAGTAAGA...ATTCTATTGACT/ATTCTATTGACT...TTTAG|CAG 0 1 72.832
153481675 GT-AG 0 1.000000099473604e-05 329 rna-XM_024536277.1 27592326 13 3229102 3229430 Physcomitrium patens 3218 ATG|GTATGAGCAC...CAGTCCGTGACT/CCGTGACTCATT...TGCAG|GAG 0 1 94.22
153481676 GT-AG 0 0.0186737868941199 204 rna-XM_024536277.1 27592326 14 3228838 3229041 Physcomitrium patens 3218 CAG|GTAACCGTCG...TTACCTTTGATC/AACCTTCTTACC...TGTAG|ATG 0 1 96.146

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