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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, 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
84901945 GT-AG 0 0.0098749491856994 231 rna-XM_017748432.1 15733584 1 134911046 134911276 Gossypium arboreum 29729 ATA|GTAAATTTCG...TTTTTTTTAATT/TTTTTTTTAATT...TGCAG|AGG 0 1 1.436
84901946 GT-AG 0 5.218101186171581e-05 243 rna-XM_017748432.1 15733584 2 134910539 134910781 Gossypium arboreum 29729 GAG|GTATTACTAG...CATTCTCTAATA/CATTCTCTAATA...TTCAG|GAA 0 1 5.951
84901947 GT-AG 0 0.0007618626336489 70 rna-XM_017748432.1 15733584 3 134910169 134910238 Gossypium arboreum 29729 CGG|GTAACTATTT...TGCTGTTTATTT/TTCATATTCATG...TCTAG|GTT 0 1 11.081
84901948 GC-AG 0 1.000000099473604e-05 107 rna-XM_017748432.1 15733584 4 134909903 134910009 Gossypium arboreum 29729 GAG|GCAAGCTTCT...ATTCTATTAAAT/TGGATTCTCATG...TCCAG|GAT 0 1 13.8
84901949 GT-AG 0 0.0001055872579565 100 rna-XM_017748432.1 15733584 5 134909641 134909740 Gossypium arboreum 29729 AGG|GTATAGCGCT...GTATTTTTAAAC/GTATTTTTAAAC...TGTAG|GCT 0 1 16.57
84901950 GT-AG 0 1.000000099473604e-05 76 rna-XM_017748432.1 15733584 6 134909344 134909419 Gossypium arboreum 29729 GAG|GTAAGTAGCT...AAAGTTTTCATT/AAAGTTTTCATT...AACAG|GTT 2 1 20.349
84901951 GC-AG 0 1.000000099473604e-05 83 rna-XM_017748432.1 15733584 7 134909119 134909201 Gossypium arboreum 29729 AAG|GCACATTTTT...TGTGTTGTAACT/TGTGTTGTAACT...TGCAG|GTG 0 1 22.777
84901952 GT-AG 0 1.000000099473604e-05 99 rna-XM_017748432.1 15733584 8 134908684 134908782 Gossypium arboreum 29729 AAG|GTGAAGAGGA...CATTTCTTGTTA/GTGAGTCTAATT...TGAAG|GAC 0 1 28.523
84901953 GT-AG 0 0.0009611539730154 380 rna-XM_017748432.1 15733584 9 134908017 134908396 Gossypium arboreum 29729 TTG|GTATGTCTTT...TTCTCTTTCAAA/TTCTCTTTCAAA...TATAG|GGA 2 1 33.43
84901954 GT-AG 0 0.000115405631941 95 rna-XM_017748432.1 15733584 10 134907663 134907757 Gossypium arboreum 29729 CAG|GTACCTGAAG...TTTTATTTGGCA/TGCATGCTAATA...TTCAG|GTG 0 1 37.859
84901955 GT-AG 0 1.000000099473604e-05 164 rna-XM_017748432.1 15733584 11 134904413 134904576 Gossypium arboreum 29729 TAG|GTAAACCATG...GTAACTTTGGTT/TTTGGTTTCATT...TACAG|CCC 2 1 90.629
84901956 GT-AG 0 0.0111481054407199 99 rna-XM_017748432.1 15733584 12 134904242 134904340 Gossypium arboreum 29729 CAG|GTAACTTGTC...CGACTTTTAATC/CGACTTTTAATC...ACCAG|CCC 2 1 91.86
84901957 GT-AG 0 1.000000099473604e-05 77 rna-XM_017748432.1 15733584 13 134904111 134904187 Gossypium arboreum 29729 CAG|GTAAGCAGAG...GTTTTCATATTT/CGTGTTTTCATA...TACAG|TCC 2 1 92.784
84914345 GT-AG 0 1.000000099473604e-05 718 rna-XM_017748432.1 15733584 14 134903234 134903951 Gossypium arboreum 29729 AAG|GTTGGTTTCG...ATTTTCTTGAGT/ATTTTCTTGAGT...TGCAG|GTG   0 95.503

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