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

✎ 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
114869604 GT-AG 0 1.000000099473604e-05 17424 rna-XM_025345877.1 21325419 1 7552117 7569540 Melanaphis sacchari 742174 AAG|GTAAGATTTA...CTGTCCATATAT/ATAAATTTTATG...TTCAG|GTG 0 1 2.85
114869605 GT-AG 0 1.000000099473604e-05 2086 rna-XM_025345877.1 21325419 2 7549879 7551964 Melanaphis sacchari 742174 ACG|GTAAGGAAAA...AAATTGTTAATA/ATAAAACTCATT...TTTAG|TGG 2 1 6.862
114869606 GT-AG 0 1.000000099473604e-05 58 rna-XM_025345877.1 21325419 3 7549634 7549691 Melanaphis sacchari 742174 AAA|GTAAATACAA...ACGACTTTAAAG/TGTATTTTCACC...TATAG|GTT 0 1 11.797
114869607 GT-AG 0 1.000000099473604e-05 58 rna-XM_025345877.1 21325419 4 7549427 7549484 Melanaphis sacchari 742174 AGG|GTTGGTGGAT...AAGTCCATAATA/TAATAATTTATG...TATAG|AGT 2 1 15.73
114869608 GT-AG 0 1.000000099473604e-05 438 rna-XM_025345877.1 21325419 5 7548888 7549325 Melanaphis sacchari 742174 CAG|GTAATATATC...TTTATTTTATTT/ATTTATTTTATT...AATAG|ACC 1 1 18.395
114869609 GT-AG 0 4.28482463698255e-05 155 rna-XM_025345877.1 21325419 6 7548525 7548679 Melanaphis sacchari 742174 TAT|GTAAGATTTA...TCAATTTTAGTA/GTAATATTCAAT...TATAG|AGG 2 1 23.885
114869610 GT-AG 0 3.4086405159883743e-05 1885 rna-XM_025345877.1 21325419 7 7546451 7548335 Melanaphis sacchari 742174 GCC|GTAAGTAATG...GTTTTCTTTTTT/TTGTTAATGACT...AATAG|AGG 2 1 28.873
114869611 GT-AG 0 4.707706782419919e-05 428 rna-XM_025345877.1 21325419 8 7545914 7546341 Melanaphis sacchari 742174 CAC|GTAAGTTAAA...TATTTCTTATAA/AATATTTTTACT...TACAG|GCT 0 1 31.75
114869612 GT-AG 0 1.5178305584712472e-05 1210 rna-XM_025345877.1 21325419 9 7544662 7545871 Melanaphis sacchari 742174 CAG|GTAGATCTAT...AAATTTTTAAAC/ATTGTGTTTACA...TTCAG|ACT 0 1 32.858
114869613 GT-AG 0 0.000111977627482 3406 rna-XM_025345877.1 21325419 10 7541156 7544561 Melanaphis sacchari 742174 CCG|GTAAGTTATT...TTTACCTTAAAA/TTGGTTTTTACC...CTTAG|ATG 1 1 35.497
114869614 GT-AG 0 1.000000099473604e-05 409 rna-XM_025345877.1 21325419 12 7538592 7539000 Melanaphis sacchari 742174 AAG|GTAAATAATA...ACGTTTTTATTT/TTTTTATTTAAT...AATAG|AGG 2 1 86.751
114869615 GT-AG 0 0.0001098831976243 66 rna-XM_025345877.1 21325419 13 7538339 7538404 Melanaphis sacchari 742174 GGG|GTAACATATA...ATTATTATAATT/TTTTGATTGATT...CATAG|GAT 0 1 91.686
114869616 GT-AG 0 1.000000099473604e-05 92 rna-XM_025345877.1 21325419 14 7538126 7538217 Melanaphis sacchari 742174 ATG|GTGAGTTATC...AATATTTTAATT/AATATTTTAATT...TACAG|ATT 1 1 94.88
114869617 GT-AG 0 0.0008005109504008 102 rna-XM_025345877.1 21325419 15 7537908 7538009 Melanaphis sacchari 742174 TCG|GTACGTATTT...TATTTTTTATTG/ATATTTTTTATT...TATAG|AAA 0 1 97.941

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