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

✎ 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
33379172 GT-AG 0 0.0030423465436037 231 rna-XM_030633580.1 6439296 1 40666381 40666611 Cannabis sativa 3483 AAG|GTACTCTCTA...GTTGGTTTAATT/CTTTCACTCATA...TTCAG|GTT 1 1 5.142
33379173 GT-AG 0 1.000000099473604e-05 1096 rna-XM_030633580.1 6439296 2 40669327 40670422 Cannabis sativa 3483 CAG|GTATTAGAAT...AAGCTTTTATTG/TTTTTTTTGAGC...TTTAG|GCA 1 1 40.577
33379174 GT-AG 0 9.295974285384028e-05 218 rna-XM_030633580.1 6439296 3 40670871 40671088 Cannabis sativa 3483 AAG|GTAATCATTC...TTATTATTAATT/TTATTATTAATT...TGCAG|GTT 2 1 46.424
33379175 GT-AG 0 0.0015779833318969 321 rna-XM_030633580.1 6439296 4 40671318 40671638 Cannabis sativa 3483 AAA|GTAATTTTTT...GAAGTTTTGACC/GAAGTTTTGACC...TGTAG|ATG 0 1 49.413
33379176 GT-AG 0 1.177515551607601e-05 302 rna-XM_030633580.1 6439296 5 40671804 40672105 Cannabis sativa 3483 AAG|GTACTATATA...AGTTTATTAATT/AGTTTATTAATT...TTTAG|GAA 0 1 51.566
33379177 GT-AG 0 1.000000099473604e-05 105 rna-XM_030633580.1 6439296 6 40672379 40672483 Cannabis sativa 3483 GAG|GTGCTTTAAC...TATATATTGATT/TATATATTGATT...TGCAG|TGG 0 1 55.129
33379178 GT-AG 0 0.0064575748835635 513 rna-XM_030633580.1 6439296 7 40672727 40673239 Cannabis sativa 3483 TCT|GTAAGTTTCC...TGTTTTTTAGCT/ATTTATCTTATT...ATAAG|GTT 0 1 58.301
33379179 GT-AG 0 3.505304604053061e-05 82 rna-XM_030633580.1 6439296 8 40673630 40673711 Cannabis sativa 3483 AAT|GTAAGTATAT...TGTTCCTTTTTT/CTGGGACTTAAG...TGCAG|ATT 0 1 63.391
33379180 GT-AG 0 0.0004798422302554 174 rna-XM_030633580.1 6439296 10 40675127 40675300 Cannabis sativa 3483 GAG|GTATTTCAGT...ATTAGCTTAATT/ATTAGCTTAATT...TGTAG|GCA 0 1 81.832
33379181 GT-AG 0 6.484912797734335e-05 426 rna-XM_030633580.1 6439296 11 40675358 40675783 Cannabis sativa 3483 AAA|GTAAGTTGTA...ATGATTTTAATG/ATGATTTTAATG...TTCAG|GGT 0 1 82.576
33379182 GT-AG 0 2.24424011780713e-05 493 rna-XM_030633580.1 6439296 12 40676213 40676705 Cannabis sativa 3483 GAG|GTATGACATT...GTTGCCTGATCT/TATTTAATTACT...TGCAG|TTT 0 1 88.175
33379183 GT-AG 0 0.0022053388959824 132 rna-XM_030633580.1 6439296 13 40676930 40677061 Cannabis sativa 3483 TTC|GTATGTGCAC...AATTCCTAAATA/ATATAATTTATT...TGCAG|GGA 2 1 91.099
33379184 GT-AG 0 8.576985681778022e-05 434 rna-XM_030633580.1 6439296 14 40677196 40677629 Cannabis sativa 3483 AAG|GTAGATTCTT...TATTACTTGATA/GTTAGGTTTATT...AAAAG|GTG 1 1 92.848
33379185 GT-AG 0 1.0444436629520915e-05 95 rna-XM_030633580.1 6439296 15 40677900 40677994 Cannabis sativa 3483 CAG|GTACAATCAA...TATTTTTTGAAT/TTTGAATTGATT...TGTAG|GGA 1 1 96.372
33379186 GT-AG 0 0.000353780760381 124 rna-XM_030633580.1 6439296 16 40678174 40678297 Cannabis sativa 3483 CGG|GTAAACTGTT...TATTCCATGATC/TTGCTTTTCATT...CACAG|GCT 0 1 98.708

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