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

✎ 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
204419565 GT-AG 0 1.000000099473604e-05 197 rna-XM_038848046.1 36995243 1 5527374 5527570 Tripterygium wilfordii 458696 CAG|GTTCTTAATA...AATGCCTTGAAT/CTTGAATTTATA...TTCAG|AGT 0 1 3.132
204419566 GT-AG 0 0.0079593806618835 856 rna-XM_038848046.1 36995243 2 5527743 5528598 Tripterygium wilfordii 458696 TGG|GTACGCATTT...TGGACCTTACCT/TCTTTGTTCATT...TCCAG|ATT 1 1 9.116
204419567 GT-AG 0 1.000000099473604e-05 88 rna-XM_038848046.1 36995243 3 5529102 5529189 Tripterygium wilfordii 458696 AAG|GTACATAAAA...ATTTTCTGATTC/TATTTTCTGATT...GCCAG|GTT 0 1 26.618
204419568 GT-AG 0 1.000000099473604e-05 913 rna-XM_038848046.1 36995243 4 5529295 5530207 Tripterygium wilfordii 458696 GAG|GTAATAGGGT...TATTTCTGAATC/TTATTTCTGAAT...TGCAG|GGG 0 1 30.271
204419569 GT-AG 0 0.0001839926297985 91 rna-XM_038848046.1 36995243 5 5530473 5530563 Tripterygium wilfordii 458696 TGG|GTATTAACTC...TCTTTCTGAATG/ATCTTTCTGAAT...GACAG|AAT 1 1 39.492
204419570 GT-AG 0 1.000000099473604e-05 1866 rna-XM_038848046.1 36995243 6 5530627 5532492 Tripterygium wilfordii 458696 AAG|GTTTGTAATT...TCTTCTTCAATT/ATCTTCTTCAAT...GTCAG|GGC 1 1 41.684
204419571 GT-AG 0 1.000000099473604e-05 93 rna-XM_038848046.1 36995243 7 5532568 5532660 Tripterygium wilfordii 458696 GTG|GTAATTCAAC...TCCATTTTATCT/TTTTATCTCAAT...TGCAG|CAG 1 1 44.294
204419572 GT-AG 0 4.223322329145079e-05 3963 rna-XM_038848046.1 36995243 8 5532780 5536742 Tripterygium wilfordii 458696 AAG|GTTTGTATAT...GTTTCCTAAATT/TAAATTCTTACA...ATCAG|AAT 0 1 48.434
204419573 GT-AG 0 1.000000099473604e-05 102 rna-XM_038848046.1 36995243 9 5536814 5536915 Tripterygium wilfordii 458696 ATG|GTAAGAATCA...TATTGCTAAATT/ATATTGCTAAAT...TGCAG|CCT 2 1 50.905
204419574 GT-AG 0 0.026404156055735 91 rna-XM_038848046.1 36995243 10 5537004 5537094 Tripterygium wilfordii 458696 GAG|GTATTTTCTT...TTACCTTTGAAA/ATTTTGTTTACC...TGCAG|AGG 0 1 53.967
204419575 GT-AG 0 1.000000099473604e-05 6942 rna-XM_038848046.1 36995243 11 5537236 5544177 Tripterygium wilfordii 458696 GAG|GTGAGCTTCT...TTTGCCTGAAAT/AATATATTCAAT...TACAG|GCC 0 1 58.873
204419576 GT-AG 0 1.000000099473604e-05 1242 rna-XM_038848046.1 36995243 12 5544405 5545646 Tripterygium wilfordii 458696 CAG|GTGTGTAATA...GCATTTTTAACT/TTACTTCTCATC...CTCAG|GTA 2 1 66.771
204419577 GT-AG 0 4.6906583259600734e-05 126 rna-XM_038848046.1 36995243 13 5545921 5546046 Tripterygium wilfordii 458696 GAG|GTAATTTCTT...GCAATTTTGACC/GCAATTTTGACC...GATAG|GTT 0 1 76.305
204419578 GT-AG 0 0.0010217149357689 867 rna-XM_038848046.1 36995243 14 5546281 5547147 Tripterygium wilfordii 458696 CAG|GTATGGTTTA...TCTGCCTTCACT/TCTGCCTTCACT...TGCAG|ACT 0 1 84.447

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