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

✎ 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
120104492 GT-AG 0 1.000000099473604e-05 24733 rna-XM_036383924.1 22173151 1 92727596 92752328 Molothrus ater 84834 AGG|GTAAGCGACT...CTTTTTTTATTT/TCTTTTTTTATT...TACAG|TCC 1 1 4.582
120104493 GT-AG 0 0.0001547860898333 4309 rna-XM_036383924.1 22173151 2 92752421 92756729 Molothrus ater 84834 AAG|GTACAGTATG...CTAACCTTAAAT/ATTATGCTTATT...AACAG|ATA 0 1 6.732
120104494 GT-AG 0 0.0048750243467678 621 rna-XM_036383924.1 22173151 3 92756823 92757443 Molothrus ater 84834 AAG|GTACACATTC...ATATTTTTGATA/ATATTTTTGATA...TTCAG|TAT 0 1 8.906
120104495 GT-AG 0 0.033457485145266 1959 rna-XM_036383924.1 22173151 4 92757650 92759608 Molothrus ater 84834 TAG|GTATTCCTTT...AGTGGCTTATCA/AAGTGGCTTATC...TCTAG|AAA 2 1 13.721
120104496 GT-AG 0 0.0226762058536136 3721 rna-XM_036383924.1 22173151 5 92759767 92763487 Molothrus ater 84834 AAG|GTTTTCTGCC...TGTTTCTTAGCT/TTGTTTCTTAGC...AACAG|AAA 1 1 17.415
120104497 GT-AG 0 1.000000099473604e-05 2417 rna-XM_036383924.1 22173151 6 92765209 92767625 Molothrus ater 84834 AAG|GTAAATACAG...TTTTCTTTGAAA/TTTTCTTTGAAA...CATAG|AGA 0 1 57.644
120104498 GT-AG 0 1.2250613458971966e-05 1192 rna-XM_036383924.1 22173151 7 92767824 92769015 Molothrus ater 84834 CTG|GTAGGATTTG...ATACTCATGACA/AAGATACTCATG...CACAG|ATT 0 1 62.272
120104499 GT-AG 0 2.9190825928737607e-05 1323 rna-XM_036383924.1 22173151 8 92769121 92770443 Molothrus ater 84834 CAT|GTACGGTTCC...TATGCAGTAAAC/AGTAAACTAATA...TTTAG|AAA 0 1 64.727
120104500 GT-AG 0 5.034598524816047e-05 4619 rna-XM_036383924.1 22173151 9 92770524 92775142 Molothrus ater 84834 CAG|GTACTGTTGT...TTTTCTTTCTCT/CTTATTTTCATT...TCAAG|AAA 2 1 66.597
120104501 GT-AG 0 0.0001038921701105 1293 rna-XM_036383924.1 22173151 10 92775198 92776490 Molothrus ater 84834 CAG|GTAAGCTACT...TCTGTCTTATCT/TTCTGTCTTATC...AACAG|GAG 0 1 67.882
120104502 GT-AG 0 1.000000099473604e-05 2955 rna-XM_036383924.1 22173151 11 92776598 92779552 Molothrus ater 84834 CAG|GTCAGCAGCT...AATGATTTAATT/TTACTGTTCACT...TTTAG|GTT 2 1 70.383
120104503 GT-AG 0 0.0323051033328748 1066 rna-XM_036383924.1 22173151 12 92779621 92780686 Molothrus ater 84834 GAG|GTATGTTTCT...TTTCTCTTACTG/CTTTCTCTTACT...TTCAG|GCA 1 1 71.973
120104504 GT-AG 0 1.1599437679133284e-05 1695 rna-XM_036383924.1 22173151 13 92780895 92782589 Molothrus ater 84834 TGG|GTAGGTCTGC...TCTCTATTATCT/TTGGTTGTAATA...TGCAG|ATC 2 1 76.835
120104505 GT-AG 0 1.000000099473604e-05 1955 rna-XM_036383924.1 22173151 14 92782814 92784768 Molothrus ater 84834 CTG|GTGAGTACAA...TTTGCTTTGATG/TTTGCTTTGATG...CACAG|AGA 1 1 82.071
120104506 GT-AG 0 1.000000099473604e-05 1652 rna-XM_036383924.1 22173151 15 92784961 92786612 Molothrus ater 84834 AAG|GTAAAATAAA...TTGCTCTAAGTC/TTTGCTCTAAGT...TTCAG|AGA 1 1 86.559

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