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)

13 rows where transcript_id = 8691810

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, 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
46739600 GT-AG 0 0.0020053069680633 123 Clevi.0001s1737.1.v2.1 8691810 2 4462738 4462860 Cleome violacea 389490 GAG|GTACCATGGT...AGGTCTTTGGTT/ACGGTGCTAATA...TTTAG|CTT 0 1 5.467
46739601 GT-AG 0 0.0001646488398686 105 Clevi.0001s1737.1.v2.1 8691810 3 4462916 4463020 Cleome violacea 389490 CAG|GTTTTGTTTC...TTTCCTTTAAAT/TTTCCTTTAAAT...TATAG|GGG 1 1 7.555
46739602 GT-AG 0 1.000000099473604e-05 299 Clevi.0001s1737.1.v2.1 8691810 4 4463110 4463408 Cleome violacea 389490 CAG|GTTTGTATTT...ACGATCGTGATT/ATGATGCTAACT...TGCAG|GCT 0 1 10.934
46739603 GT-AG 0 0.0001182335994469 375 Clevi.0001s1737.1.v2.1 8691810 5 4463434 4463808 Cleome violacea 389490 ATG|GTACGTATAT...TCTGCTTTAAAT/AAATATTTCATC...TTCAG|GTA 1 1 11.883
46739604 GT-AG 0 1.000000099473604e-05 619 Clevi.0001s1737.1.v2.1 8691810 6 4463848 4464466 Cleome violacea 389490 CAG|GTTGGTTTAT...CGAACTTTGAAA/TCATATTTCATC...ACCAG|ATG 1 1 13.364
46739605 GT-AG 0 0.4173235167675835 97 Clevi.0001s1737.1.v2.1 8691810 7 4464585 4464681 Cleome violacea 389490 CAG|GTTTCCCGTT...TTTTCCTTATAT/TTTTTCCTTATA...ATCAG|GCA 2 1 17.844
46739606 GT-AG 0 1.000000099473604e-05 132 Clevi.0001s1737.1.v2.1 8691810 8 4464810 4464941 Cleome violacea 389490 AAG|GTAAAAGCCC...GTATTCTTATTG/AGTATTCTTATT...TGTAG|ACA 1 1 22.703
46739607 GT-AG 0 1.000000099473604e-05 316 Clevi.0001s1737.1.v2.1 8691810 9 4465252 4465567 Cleome violacea 389490 AAG|GTTAGTTCCT...CCCATTTTGCCT/TCAAAACCCATT...TTCAG|GTC 2 1 34.472
46739608 GT-AG 0 1.000000099473604e-05 89 Clevi.0001s1737.1.v2.1 8691810 10 4465678 4465766 Cleome violacea 389490 CAG|GTAATCACAA...ATGTTTTCAACT/TATGTTTTCAAC...ATCAG|GGG 1 1 38.648
46739609 GT-AG 0 6.89007152885084e-05 86 Clevi.0001s1737.1.v2.1 8691810 11 4465969 4466054 Cleome violacea 389490 TAG|GTCTAATTTC...TCTTTGTTGATA/TCTTTGTTGATA...AACAG|GAG 2 1 46.317
46739610 GT-AG 0 1.000000099473604e-05 75 Clevi.0001s1737.1.v2.1 8691810 12 4467129 4467203 Cleome violacea 389490 CAG|GTGAATAGCC...TTTTTGTTAAAC/CTCGTACTAACC...TATAG|ATT 2 1 87.092
46739611 GT-AG 0 1.000000099473604e-05 199 Clevi.0001s1737.1.v2.1 8691810 13 4467273 4467471 Cleome violacea 389490 AAG|GTGCGGTACT...ATATACTTAAAT/CGTGGTCTCACG...TTCAG|GTA 2 1 89.711
46742831 GT-AG 0 1.000000099473604e-05 681 Clevi.0001s1737.1.v2.1 8691810 1 4461942 4462622 Cleome violacea 389490 CAG|GTAAAACCCT...TTCTCTTTATTA/TTTCTCTTTATT...TTCAG|ATA   0 2.506

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