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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
163593477 GT-AG 0 1.000000099473604e-05 906 rna-XM_008230323.2 29376513 2 8985794 8986699 Prunus mume 102107 CAG|GTAAAGTCCA...CATATATTAACA/CATATATTAACA...ACCAG|GGA 2 1 8.527
163593478 GT-AG 0 1.000000099473604e-05 402 rna-XM_008230323.2 29376513 3 8986944 8987345 Prunus mume 102107 CGG|GTTCGTATTC...ATTTTCTAAATG/CATTTTCTAAAT...ACCAG|GCA 0 1 14.889
163593479 GT-AG 0 0.0169259896656766 185 rna-XM_008230323.2 29376513 4 8987624 8987808 Prunus mume 102107 CAG|GTATTCATAT...TAGGTTTTGATA/TAGGTTTTGATA...TGCAG|ACT 2 1 22.138
163593480 GT-AG 0 0.0065406087587853 191 rna-XM_008230323.2 29376513 5 8987980 8988170 Prunus mume 102107 TAA|GTATGTATTT...AGACTGTTAATT/AGACTGTTAATT...CTCAG|GCT 2 1 26.597
163593481 GT-AG 0 0.0178056280605143 102 rna-XM_008230323.2 29376513 6 8988930 8989031 Prunus mume 102107 AAG|GTATCTAAAC...AGTGTATTGACT/AGTGTATTGACT...TTTAG|TAA 2 1 46.389
163593482 GT-AG 0 1.293195905507681e-05 525 rna-XM_008230323.2 29376513 7 8989127 8989651 Prunus mume 102107 CAG|GTAGTGTTAA...TACTTTTTAATA/TACTTTTTAATA...ATCAG|GTG 1 1 48.866
163593483 GT-AG 0 0.4252158364323511 129 rna-XM_008230323.2 29376513 8 8989715 8989843 Prunus mume 102107 GTA|GTATGCTTCT...TTTCTGTTACAC/GCATTTGTCACT...TGCAG|AAG 1 1 50.508
163593484 GT-AG 0 0.000217113353271 102 rna-XM_008230323.2 29376513 9 8989933 8990034 Prunus mume 102107 CAG|GTATTAAATG...CGTTTTTTGATA/CGTTTTTTGATA...ATCAG|CTA 0 1 52.829
163593485 GT-AG 0 1.000000099473604e-05 163 rna-XM_008230323.2 29376513 10 8990101 8990263 Prunus mume 102107 TCG|GTAATACAGT...TAAGTTTTAACT/TAAGTTTTAACT...TGCAG|GGT 0 1 54.55
163593486 GT-AG 0 2.4256479158179174e-05 142 rna-XM_008230323.2 29376513 11 8990894 8991035 Prunus mume 102107 TTG|GTAAGCACTC...TTTTTTTTGGTG/TTTCTCCCCATT...TCCAG|CCG 0 1 70.978
163593487 GT-AG 0 0.0001807709558879 144 rna-XM_008230323.2 29376513 12 8991108 8991251 Prunus mume 102107 CAG|GTTGCATTTT...CATTTCTTACAT/CCATTTCTTACA...AATAG|ATT 0 1 72.855
163593488 GT-AG 0 1.000000099473604e-05 101 rna-XM_008230323.2 29376513 13 8991323 8991423 Prunus mume 102107 ACG|GTAGGGTTCA...GATGTTTTAGAT/TCTTTGTTCAGT...ACCAG|GAG 2 1 74.707
163593489 GT-AG 0 1.000000099473604e-05 1297 rna-XM_008230323.2 29376513 14 8991482 8992778 Prunus mume 102107 CTG|GTAATTGGTT...ATCAACTTAACG/AGATTACTGAAC...TACAG|GCT 0 1 76.219
163593490 GT-AG 0 0.0002207829732272 245 rna-XM_008230323.2 29376513 15 8993044 8993288 Prunus mume 102107 CTG|GTATGTCGAC...TGTTCCATGATT/AAGTTAATAACC...TGCAG|GTG 1 1 83.129
163604952 GT-AG 0 2.4254884632893227e-05 895 rna-XM_008230323.2 29376513 1 8984557 8985451 Prunus mume 102107 CAG|GTACTGTTCG...AAGTACTTGAAA/TTGTTGGTCATT...GACAG|GTA   0 1.356

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