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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
132129710 GT-AG 0 1.000000099473604e-05 4053 rna-XM_031629491.1 24215979 1 29710875 29714927 Nymphaea colorata 210225 AAT|GTAAGGACAA...TGTTCCTTGAGT/TGTTCCTTGAGT...TTTAG|CCA 0 1 21.115
132129711 GT-AG 0 1.000000099473604e-05 126 rna-XM_031629491.1 24215979 2 29715135 29715260 Nymphaea colorata 210225 GAG|GTGCGAACGT...ATTACTGTAATC/TCGATGCTAATG...CGCAG|GAT 0 1 26.245
132129712 GT-AG 0 1.000000099473604e-05 73 rna-XM_031629491.1 24215979 3 29715332 29715404 Nymphaea colorata 210225 CTG|GTGAGTATCA...ATGGTTTTACTA/TATGGTTTTACT...CTCAG|TTC 2 1 28.005
132129713 GT-AG 0 0.0266930739549408 695 rna-XM_031629491.1 24215979 4 29716584 29717278 Nymphaea colorata 210225 CAG|GTATGCTTCT...ATTTCTTTGTCT/CTTTGTCTGACA...TTTAG|GAC 2 1 57.224
132129714 GT-AG 0 1.000000099473604e-05 122 rna-XM_031629491.1 24215979 5 29717421 29717542 Nymphaea colorata 210225 TTG|GTTGGGAAAT...CTATCCATGATT/GTTGGTCTAATT...GGCAG|GCA 0 1 60.743
132129715 GT-AG 0 1.000000099473604e-05 993 rna-XM_031629491.1 24215979 6 29717801 29718793 Nymphaea colorata 210225 TTG|GTTAGTATTC...TCTTTCTTATTT/CTCTTTCTTATT...AACAG|GAA 0 1 67.138
132129716 GT-AG 0 1.000000099473604e-05 89 rna-XM_031629491.1 24215979 7 29719098 29719186 Nymphaea colorata 210225 CTG|GTTGGTATTC...CATGCCATGATT/CTATATCTCATG...TTCAG|ATG 1 1 74.672
132129717 GT-AG 0 0.0024893553376169 84 rna-XM_031629491.1 24215979 8 29719312 29719395 Nymphaea colorata 210225 GCT|GTAAGTTTGC...TTTTTTTTGATG/TTTTTTTTGATG...TGTAG|GGT 0 1 77.77
132129718 GT-AG 0 1.000000099473604e-05 403 rna-XM_031629491.1 24215979 9 29719513 29719915 Nymphaea colorata 210225 AAG|GTGACAACTT...TCAGCTTTATCA/TTATCATTGACA...ACAAG|GTC 0 1 80.669
132129719 GT-AG 0 0.0001872535504586 83 rna-XM_031629491.1 24215979 10 29720048 29720130 Nymphaea colorata 210225 AGG|GTAAGTTTTC...TTTCTTTTATTT/TTTTCTTTTATT...AGTAG|GTC 0 1 83.941
132129720 GT-AG 0 1.000000099473604e-05 84 rna-XM_031629491.1 24215979 11 29720254 29720337 Nymphaea colorata 210225 AAG|GTAGAAGCCT...TTGCTTTTGATA/TTGCTTTTGATA...GACAG|GTG 0 1 86.989
132129721 GT-AG 0 1.000000099473604e-05 732 rna-XM_031629491.1 24215979 12 29720449 29721180 Nymphaea colorata 210225 CAG|GTATTAACCT...TGCTTCTGATTA/ATGCTTCTGATT...TGTAG|GAA 0 1 89.74
132129722 GT-AG 0 1.000000099473604e-05 88 rna-XM_031629491.1 24215979 13 29721331 29721418 Nymphaea colorata 210225 AAG|GTAATTTAAT...TTGATATTAACT/TTGATATTAACT...TGTAG|ATG 0 1 93.457
132129723 GT-AG 0 1.000000099473604e-05 318 rna-XM_031629491.1 24215979 14 29721665 29721982 Nymphaea colorata 210225 CAA|GTAAAAATCT...TTGTTCTGATAT/TTTGTTCTGATA...TGCAG|GCA 0 1 99.554

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