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)

12 rows where transcript_id = 33843752

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
189510781 GT-AG 0 1.000000099473604e-05 2399 rna-gnl|WGS:VXAF|SPITYR_R00060_mrna 33843752 1 6435338 6437736 Spizaetus tyrannus 252798 CAG|GTACTGTGCT...AATACTTTCTCT/GCTATACTAAAT...TTTAG|TTG 0 1 7.993
189510782 GT-AG 0 1.000000099473604e-05 1275 rna-gnl|WGS:VXAF|SPITYR_R00060_mrna 33843752 2 6433955 6435229 Spizaetus tyrannus 252798 TCT|GTAAGTGATG...TCCCTCTTGCTT/ATCACTCTCATT...CCTAG|AGT 0 1 14.684
189510783 GT-AG 0 1.000000099473604e-05 577 rna-gnl|WGS:VXAF|SPITYR_R00060_mrna 33843752 3 6433278 6433854 Spizaetus tyrannus 252798 AAG|GTAAGGGCTG...TGGTTTTTATTT/TTGGTTTTTATT...AATAG|AAC 1 1 20.88
189510784 GT-AG 0 0.001196002006288 2843 rna-gnl|WGS:VXAF|SPITYR_R00060_mrna 33843752 4 6430340 6433182 Spizaetus tyrannus 252798 CAG|GTATACAAAT...CTTTCTTTTGTA/TTCTTTTGTATT...TCCAG|TTT 0 1 26.766
189510785 GT-AG 0 1.000000099473604e-05 8193 rna-gnl|WGS:VXAF|SPITYR_R00060_mrna 33843752 5 6422015 6430207 Spizaetus tyrannus 252798 CAG|GTAAAGATTA...TATTCTGTTTTT/AACTGGTTGAAT...TGCAG|GCA 0 1 34.944
189510786 GT-AG 0 0.0001978726909658 1838 rna-gnl|WGS:VXAF|SPITYR_R00060_mrna 33843752 6 6420088 6421925 Spizaetus tyrannus 252798 GCA|GTAAGTCTGT...TGTTTTTTAAAA/TTGTTTTTTAAA...TTTAG|ATT 2 1 40.458
189510787 GT-AG 0 1.000000099473604e-05 571 rna-gnl|WGS:VXAF|SPITYR_R00060_mrna 33843752 7 6419417 6419987 Spizaetus tyrannus 252798 AAG|GTAAGAGATG...CTCTTCTTAATG/TCTCTTCTTAAT...TACAG|GTT 0 1 46.654
189510788 GT-AG 0 1.000000099473604e-05 1169 rna-gnl|WGS:VXAF|SPITYR_R00060_mrna 33843752 8 6418084 6419252 Spizaetus tyrannus 252798 GAT|GTAAGAAATT...CTTTCCTTGGTA/GGATGGTTAACA...TTTAG|GCA 2 1 56.815
189510789 GT-AG 0 0.0001231388015961 3019 rna-gnl|WGS:VXAF|SPITYR_R00060_mrna 33843752 9 6414986 6418004 Spizaetus tyrannus 252798 CAG|GTATGGATTC...TTTTCTTTCTTT/TTTTTTCTTTCT...TTCAG|GTA 0 1 61.71
189510790 GT-AG 0 0.1654070275546557 11503 rna-gnl|WGS:VXAF|SPITYR_R00060_mrna 33843752 10 6403357 6414859 Spizaetus tyrannus 252798 CAG|GTAACCTTTT...TATTTCTAATCT/TTATTTCTAATC...TGCAG|ACA 0 1 69.517
189510791 GT-AG 0 1.000000099473604e-05 733 rna-gnl|WGS:VXAF|SPITYR_R00060_mrna 33843752 11 6402496 6403228 Spizaetus tyrannus 252798 CAA|GTACGAAATA...CTAGTTATAATT/CTAGTTATAATT...TTCAG|GTA 2 1 77.447
189510792 GT-AG 0 1.4273494802828954e-05 1475 rna-gnl|WGS:VXAF|SPITYR_R00060_mrna 33843752 12 6400842 6402316 Spizaetus tyrannus 252798 ATG|GTATGAGCAA...GTAACTTTAATG/TGTGCTTTCACC...TGCAG|GTC 1 1 88.538

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