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

✎ 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
153480833 GT-AG 0 1.000000099473604e-05 247 rna-XM_024524400.1 27592261 1 18043831 18044077 Physcomitrium patens 3218 CAG|GTAAAATGGG...CAAACCATAATT/ACATTTTTCATT...GACAG|ACA 0 1 0.668
153480834 GT-AG 0 0.0002261359148147 245 rna-XM_024524400.1 27592261 2 18046085 18046329 Physcomitrium patens 3218 CAG|GTATTTAACA...TCACTCTAAACT/TAGTGCTTCACT...GGAAG|GTG 0 1 45.357
153480835 GT-AG 0 1.000000099473604e-05 232 rna-XM_024524400.1 27592261 3 18046395 18046626 Physcomitrium patens 3218 AAG|GTAGGAACTG...CTAATTTTATTG/CGTGTTCTAATT...CGCAG|TGC 2 1 46.805
153480836 GT-AG 0 1.000000099473604e-05 239 rna-XM_024524400.1 27592261 4 18046733 18046971 Physcomitrium patens 3218 AAG|GTAAAATATT...TATGCTTCAACT/GTTATATTCATG...TGCAG|GCA 0 1 49.165
153480837 GT-AG 0 0.0017675142435631 197 rna-XM_024524400.1 27592261 5 18047173 18047369 Physcomitrium patens 3218 ATG|GTACTCTATC...GGAACTTCAATG/AAATTACTCAAA...TGCAG|GTT 0 1 53.641
153480838 GT-AG 0 0.8066282875761348 295 rna-XM_024524400.1 27592261 6 18047568 18047862 Physcomitrium patens 3218 CAG|GTATCTCTCT...CCCATCTTGAAT/CCCATCTTGAAT...TCCAG|GCT 0 1 58.049
153480839 GT-AG 0 1.6194165588672935e-05 126 rna-XM_024524400.1 27592261 7 18048025 18048150 Physcomitrium patens 3218 GAG|GTACTATGGT...TTTTACTTACCA/GTTTTACTTACC...ATTAG|GTA 0 1 61.657
153480840 GT-AG 0 9.465200038755224e-05 248 rna-XM_024524400.1 27592261 8 18048388 18048635 Physcomitrium patens 3218 ACT|GTACGATCAT...TCCCTCCTGACA/ACATAATTTATG...ATCAG|GCG 0 1 66.934
153480841 GT-AG 0 0.0002899277790791 246 rna-XM_024524400.1 27592261 9 18048849 18049094 Physcomitrium patens 3218 AGT|GTAAGTCCTT...CATTTCTTATCG/TCATTTCTTATC...AACAG|ATC 0 1 71.677
153480842 GT-AG 0 2.8641809900556656e-05 145 rna-XM_024524400.1 27592261 10 18049446 18049590 Physcomitrium patens 3218 CTG|GTACGATGTC...GAAGTCTTGAAG/CTTAAAGTCACA...GGCAG|GTT 0 1 79.492
153480843 GT-AG 0 1.000000099473604e-05 455 rna-XM_024524400.1 27592261 11 18049744 18050198 Physcomitrium patens 3218 CAG|GTTAGTTACT...AAATTTTTGTCG/TCGCTTGTGATT...AGCAG|GCG 0 1 82.899
153480844 GT-AG 0 1.000000099473604e-05 210 rna-XM_024524400.1 27592261 12 18050442 18050651 Physcomitrium patens 3218 CAG|GTAGTTAAGC...AATTATTTGAAT/TGTATGTTCATT...AACAG|GAA 0 1 88.31
153480845 GT-AG 0 1.000000099473604e-05 216 rna-XM_024524400.1 27592261 13 18050871 18051086 Physcomitrium patens 3218 AAG|GTTTGGATTC...TTTCGTTTAACT/TTTCGTTTAACT...TACAG|GCG 0 1 93.186
153480846 GT-AG 0 1.000000099473604e-05 323 rna-XM_024524400.1 27592261 14 18051205 18051527 Physcomitrium patens 3218 AAG|GTCAGTGACC...ACTATCTTAACC/ACTATCTTAACC...TGCAG|ATG 1 1 95.814

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