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

✎ 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
148094754 GT-AG 0 9.102001579222608e-05 1076 rna-XM_009479012.1 26701832 1 2136 3211 Pelecanus crispus 36300 AAG|GTAAGCTCTG...GCATTTTTAATA/TAACTTTTTACT...TGTAG|GAG 0 1 2.22
148094755 GT-AG 0 1.000000099473604e-05 249 rna-XM_009479012.1 26701832 2 3286 3534 Pelecanus crispus 36300 AAT|GTAAGAGAAG...ATGCTTTTCTCT/ATGGAGCTGATG...TGCAG|TGA 2 1 5.954
148094756 GT-AG 0 1.000000099473604e-05 867 rna-XM_009479012.1 26701832 3 3705 4571 Pelecanus crispus 36300 TTG|GTAAACAACT...CTGACTTTTTCC/CAAATGCTGACT...TTCAG|CAA 1 1 14.531
148094757 GT-AG 0 0.0003410822957631 1287 rna-XM_009479012.1 26701832 4 4778 6064 Pelecanus crispus 36300 TCG|GTATGTGCAA...TATCCCTGAATT/ATCCTGCTTATT...TTCAG|AAT 0 1 24.924
148094758 GT-AG 0 0.0002938658180485 877 rna-XM_009479012.1 26701832 5 6209 7085 Pelecanus crispus 36300 CAG|GTAAACTCCT...TTCTCCTTCCCC/CTTCCCCCCACC...CTCAG|TGC 0 1 32.19
148094759 GT-AG 0 1.000000099473604e-05 1445 rna-XM_009479012.1 26701832 6 7313 8757 Pelecanus crispus 36300 CAG|GTGGGGAGAT...GCATTTTTCATT/GCATTTTTCATT...TTCAG|TGA 2 1 43.643
148094760 GT-AG 0 1.000000099473604e-05 1740 rna-XM_009479012.1 26701832 7 8819 10558 Pelecanus crispus 36300 ATT|GTGAGTGCTG...GTTCTCTTATTT/GGTTCTCTTATT...TGAAG|AAC 0 1 46.72
148094761 GT-AG 0 1.000000099473604e-05 1809 rna-XM_009479012.1 26701832 8 10688 12496 Pelecanus crispus 36300 AAG|GTAAGAGGCT...ATATCTTTTGCT/CTTTTGCTGACT...TTCAG|GAT 0 1 53.229
148094762 GT-AG 0 1.000000099473604e-05 674 rna-XM_009479012.1 26701832 9 12586 13259 Pelecanus crispus 36300 TAG|GTAAATCTGT...CTCTTTTTGTCT/CTTGGTATGATC...TCCAG|AGA 2 1 57.719
148094763 GT-AG 0 0.0001878064377588 557 rna-XM_009479012.1 26701832 10 13339 13895 Pelecanus crispus 36300 AAG|GTAACGTTGC...TCACCTTTCACT/TGTTTTTTCACC...TACAG|GGT 0 1 61.705
148094764 GT-AG 0 0.3151947496589491 978 rna-XM_009479012.1 26701832 11 14070 15047 Pelecanus crispus 36300 GAT|GTATGTTTTG...CCTGTTTTATCA/CCCTGTTTTATC...TCTAG|ATT 0 1 70.484
148094765 GT-AG 0 1.000000099473604e-05 662 rna-XM_009479012.1 26701832 12 15160 15821 Pelecanus crispus 36300 CAG|GTAAATGTTC...GTTTGCTTGATT/GTTTGCTTGATT...TGCAG|GTG 1 1 76.135
148094766 GT-AG 0 1.000000099473604e-05 583 rna-XM_009479012.1 26701832 13 16019 16601 Pelecanus crispus 36300 AAG|GTGAGTTTAG...GATGCTTTCTCT/TAAATATTGATG...TCCAG|GAT 0 1 86.075
148094767 GT-AG 0 9.725295158172083e-05 543 rna-XM_009479012.1 26701832 14 16698 17240 Pelecanus crispus 36300 GCT|GTAAGTACTG...AGTGTTTTAACT/AGTGTTTTAACT...TGTAG|GTG 0 1 90.918
148094768 GT-AG 0 1.000000099473604e-05 30121 rna-XM_009479012.1 26701832 15 17306 47426 Pelecanus crispus 36300 CAG|GTACAATATC...CTCTTTTTGCCT/CATATTTTGAGG...TTTAG|GAC 2 1 94.198

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