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

✎ 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
214073187 GT-AG 0 1.000000099473604e-05 385 rna-XM_026791071.1 38724979 1 2641500 2641884 Zonotrichia albicollis 44394 GAG|GTAATATTTA...ATTTGTTTAAAA/ATTTGTTTAAAA...CAAAG|GTA 0 1 3.133
214073188 GT-AG 0 1.000000099473604e-05 666 rna-XM_026791071.1 38724979 2 2642014 2642679 Zonotrichia albicollis 44394 AAA|GTAAGTAGAA...TTATTATTATTA/ATTATTATTATT...TGTAG|ATC 0 1 6.774
214073189 GT-AG 0 0.0001207445655207 133 rna-XM_026791071.1 38724979 3 2642836 2642968 Zonotrichia albicollis 44394 GTT|GTAAGTACTC...TTGGTTTTAAAA/TTGGTTTTAAAA...TTTAG|ATA 0 1 11.177
214073190 GT-AG 0 1.000000099473604e-05 945 rna-XM_026791071.1 38724979 4 2643117 2644061 Zonotrichia albicollis 44394 ACA|GTGAGTACCT...ATTTTTTTAATT/ATTTTTTTAATT...TTTAG|ACA 1 1 15.354
214073191 GT-AG 0 0.0006517816948083 249 rna-XM_026791071.1 38724979 5 2644226 2644474 Zonotrichia albicollis 44394 GAG|GTAACATTTC...TTTCTCTTTTTG/AACATACTCATT...GACAG|CAA 0 1 19.983
214073192 GT-AG 0 0.0003333617096149 571 rna-XM_026791071.1 38724979 6 2644610 2645180 Zonotrichia albicollis 44394 TCT|GTAAGTTTCC...GTTTTCCAAACA/TGTTTGCTAATA...TTCAG|TTT 0 1 23.793
214073193 GT-AG 0 1.000000099473604e-05 164 rna-XM_026791071.1 38724979 7 2645367 2645530 Zonotrichia albicollis 44394 AAG|GTATGGATAA...TATGTATTATCT/CTGTGGTTTACC...TTTAG|GAG 0 1 29.043
214073194 GT-AG 0 0.0110345453742275 947 rna-XM_026791071.1 38724979 8 2645791 2646737 Zonotrichia albicollis 44394 TGT|GTAAGCTCTG...ATATTCGTAACA/TTTTACTTCACC...CACAG|ATA 2 1 36.382
214073195 GT-AG 0 1.000000099473604e-05 149 rna-XM_026791071.1 38724979 9 2646881 2647029 Zonotrichia albicollis 44394 GAG|GTAAGAAAAG...TCCCCCCTGACC/TATAGTATCACT...TACAG|GGG 1 1 40.418
214073196 GT-AG 0 2.3516284742969414e-05 1123 rna-XM_026791071.1 38724979 10 2647249 2648371 Zonotrichia albicollis 44394 ATG|GTAAATTAAC...TTCTCCTTTTTT/AATACCTTCATC...CCAAG|ACT 1 1 46.599
214073197 GT-AG 0 6.547041273350545e-05 2098 rna-XM_026791071.1 38724979 11 2648876 2650973 Zonotrichia albicollis 44394 TTT|GTAAGTATAA...CTGTTCTTTTCC/GATGTGCTAAAT...GTTAG|TGA 1 1 60.824
214073198 GT-AG 0 1.000000099473604e-05 496 rna-XM_026791071.1 38724979 12 2651123 2651618 Zonotrichia albicollis 44394 AGG|GTCAGTACAT...TAATCATTCAAG/AAGGTAATCATT...TCCAG|GAT 0 1 65.03
214073199 GT-AG 0 1.000000099473604e-05 1441 rna-XM_026791071.1 38724979 13 2651680 2653120 Zonotrichia albicollis 44394 CTG|GTAAGCAGAT...ATAACTTTTTCT/AAAAGTTTCACA...TTCAG|ATA 1 1 66.751
214073200 GT-AG 0 1.000000099473604e-05 1471 rna-XM_026791071.1 38724979 14 2653330 2654800 Zonotrichia albicollis 44394 GAG|GTAATTAAAT...TTTTTCTCATTT/TTTTTTCTCATT...TACAG|AAA 0 1 72.65

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