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

✎ 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
204419893 GT-AG 0 1.000000099473604e-05 292 rna-XM_038852082.1 36995271 1 6725086 6725377 Tripterygium wilfordii 458696 AAG|GTGATTTTTT...CATATTTTGATT/CATATTTTGATT...TACAG|GGA 2 1 7.036
204419894 GT-AG 0 1.000000099473604e-05 106 rna-XM_038852082.1 36995271 2 6724874 6724979 Tripterygium wilfordii 458696 AAG|GTAAAAAAAT...CTTTTCTGAACC/GTTTACCTCATT...ACAAG|GAA 0 1 11.203
204419895 GT-AG 0 1.981753063588373e-05 822 rna-XM_038852082.1 36995271 3 6724014 6724835 Tripterygium wilfordii 458696 CAG|GTATGAACCT...TTCTCATTAATT/ATGTTTCTCATT...TGCAG|TAA 2 1 12.697
204419896 GT-AG 0 0.0014877493067247 882 rna-XM_038852082.1 36995271 4 6723038 6723919 Tripterygium wilfordii 458696 GAG|GTAATCTTTT...GACTGCTTAATA/TCATGTTTGACT...TCCAG|TTT 0 1 16.392
204419897 GT-AG 0 7.894120721554999e-05 571 rna-XM_038852082.1 36995271 5 6721619 6722189 Tripterygium wilfordii 458696 TGT|GTAAGATATG...TATCCTTTGATT/TTTTACTTGATT...TGCAG|GTG 2 1 49.725
204419898 GT-AG 0 0.0047259466645248 1003 rna-XM_038852082.1 36995271 6 6720525 6721527 Tripterygium wilfordii 458696 CCT|GTATTTAGAT...TGTTGTTTGATT/TTATTTCTAATA...TGTAG|TAT 0 1 53.302
204419899 GT-AG 0 1.000000099473604e-05 226 rna-XM_038852082.1 36995271 7 6720226 6720451 Tripterygium wilfordii 458696 ACG|GTGATTTGCA...TATATGTTAATT/TATATGTTAATT...TGCAG|TAC 1 1 56.171
204419900 GT-AG 0 1.000000099473604e-05 102 rna-XM_038852082.1 36995271 8 6720040 6720141 Tripterygium wilfordii 458696 GAG|GTAATGGCAA...AACTCCTTTATC/GGTTTTCTAACT...TGCAG|ATA 1 1 59.473
204419901 GT-AG 0 1.000000099473604e-05 576 rna-XM_038852082.1 36995271 9 6719391 6719966 Tripterygium wilfordii 458696 AGG|GTCAGTGAAC...TTTTCTTTACCT/CTTTTCTTTACC...GTCAG|TGA 2 1 62.343
204419902 GT-AG 0 0.0009903175775491 1107 rna-XM_038852082.1 36995271 10 6718218 6719324 Tripterygium wilfordii 458696 TCG|GTAAGCATTC...ATCTCTTTAATG/TGGTTATTAAAT...TGCAG|TGA 2 1 64.937
204419903 GT-AG 0 1.000000099473604e-05 96 rna-XM_038852082.1 36995271 11 6718044 6718139 Tripterygium wilfordii 458696 AAG|GTGTTGTATT...CTGTCCCTGAAG/AAAGTATTCATG...TTCAG|TTG 2 1 68.003
204419904 GT-AG 0 0.0004898381047959 1354 rna-XM_038852082.1 36995271 12 6716517 6717870 Tripterygium wilfordii 458696 CTG|GTAATCTATC...TCAGCTTTAAAT/TTTATGTTTATC...TGTAG|GCA 1 1 74.803
204419905 GT-AG 0 9.53367532439521e-05 369 rna-XM_038852082.1 36995271 13 6716101 6716469 Tripterygium wilfordii 458696 CAG|GTAATTTTGG...GTACTTTTGATG/TATTTGTTCACC...ATTAG|CTC 0 1 76.651
204419906 GT-AG 0 1.000000099473604e-05 101 rna-XM_038852082.1 36995271 14 6715744 6715844 Tripterygium wilfordii 458696 TAG|GTAAGGCTTA...TCATTCTTGAAT/TGAATTTTTATC...TGCAG|GTC 1 1 86.714

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