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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
73763339 GT-AG 0 1.000000099473604e-05 1038 rna-XM_012978722.1 13851113 1 4548284 4549321 Erythranthe guttata 4155 AAG|GTAGTTAATG...TATATTTTATTT/TTATATTTTATT...TGCAG|ACG 1 1 8.279
73763340 GT-AG 0 4.766365715748714e-05 139 rna-XM_012978722.1 13851113 2 4549536 4549674 Erythranthe guttata 4155 AAT|GTAAGTAGCA...TAATTCTTAACA/TTAATTCTTAAC...TTCAG|GTC 2 1 14.89
73763341 GT-AG 0 1.000000099473604e-05 452 rna-XM_012978722.1 13851113 3 4549786 4550237 Erythranthe guttata 4155 ATG|GTAAGTTAAT...CCATCATTGACT/CATTGACTCAAT...ACAAG|GTC 2 1 18.319
73763342 GT-AG 0 1.3227253465753418e-05 253 rna-XM_012978722.1 13851113 4 4550284 4550536 Erythranthe guttata 4155 GAG|GTAATTTCGC...AAGTTCTAGACC/AGACCTCTAACA...AACAG|GAG 0 1 19.741
73763343 GT-AG 0 0.0004455575904621 80 rna-XM_012978722.1 13851113 5 4550647 4550726 Erythranthe guttata 4155 AAA|GTACGGTCCA...TTTCTCTTATTA/CTTTCTCTTATT...CCCAG|CTT 2 1 23.139
73763344 GT-AG 0 0.0223067440519702 580 rna-XM_012978722.1 13851113 6 4551231 4551810 Erythranthe guttata 4155 CTG|GTATGCAATC...ATTTTTTTAATT/ATTTTTTTAATT...ATAAG|GGT 2 1 38.709
73763345 GT-AG 0 1.5713750860594512e-05 123 rna-XM_012978722.1 13851113 7 4551940 4552062 Erythranthe guttata 4155 TGG|GTACAATGAC...ATTTCTTTTTCT/CCAATTCTGATT...TGTAG|AGG 2 1 42.694
73763346 GT-AG 0 1.000000099473604e-05 87 rna-XM_012978722.1 13851113 8 4552363 4552449 Erythranthe guttata 4155 CAT|GTGAGTTTAA...AAATCTTTATGA/AAATATCTGACA...TTCAG|AAA 2 1 51.962
73763347 GC-AG 0 1.4861307583784916e-05 88 rna-XM_012978722.1 13851113 9 4552909 4552996 Erythranthe guttata 4155 AAG|GCAGGCTTTT...ATCGCTTTAATT/TTGAGTTTCACA...TGCAG|GTT 2 1 66.141
73763348 GT-AG 0 2.086687343135496e-05 107 rna-XM_012978722.1 13851113 10 4553063 4553169 Erythranthe guttata 4155 TAG|GTATTAGTGC...ATTGTTTTCTTG/GGTGAACTCAAA...ATCAG|GTA 2 1 68.18
73763349 GT-AG 0 0.0014644045259605 85 rna-XM_012978722.1 13851113 11 4553231 4553315 Erythranthe guttata 4155 GGG|GTACGTTTCT...GCAATTTTGACA/GCAATTTTGACA...TCTAG|GTG 0 1 70.065
73763350 GT-AG 0 1.000000099473604e-05 169 rna-XM_012978722.1 13851113 12 4553466 4553634 Erythranthe guttata 4155 CAG|GTAGTTCTTT...GTGCTTTTGTCT/CAATTATTGAAT...TGTAG|AGC 0 1 74.699
73763351 GT-AG 0 1.000000099473604e-05 256 rna-XM_012978722.1 13851113 13 4553773 4554028 Erythranthe guttata 4155 CAG|GTGAGATGCT...AAATTCTGAGTT/CAAATTCTGAGT...TGCAG|TCA 0 1 78.962
73763352 GT-AG 0 1.000000099473604e-05 121 rna-XM_012978722.1 13851113 14 4554334 4554454 Erythranthe guttata 4155 ATG|GTAAAAACGT...TTAATTTAAACC/GTTGAGTTAATT...TGCAG|CAG 2 1 88.384

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