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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
204419776 GT-AG 0 1.000000099473604e-05 90 rna-XM_038847401.1 36995260 7 10585888 10585977 Tripterygium wilfordii 458696 GTG|GTAGGAATAT...CTTTTCTGAATT/TGAATTTTCACC...GCCAG|GAT 1 1 37.791
204419777 GT-AG 0 1.000000099473604e-05 84 rna-XM_038847401.1 36995260 8 10585768 10585851 Tripterygium wilfordii 458696 AAG|GTAGATCCAG...TTTTGTTTGATC/TTTTGTTTGATC...AGCAG|CTG 1 1 38.722
204419778 GT-AG 0 1.000000099473604e-05 108 rna-XM_038847401.1 36995260 9 10585640 10585747 Tripterygium wilfordii 458696 CAG|GTAGATGACC...TGATCCATATTT/CCATATTTAAAC...AATAG|CTG 0 1 39.24
204419779 GT-AG 0 7.852718253742254e-05 90 rna-XM_038847401.1 36995260 10 10585492 10585581 Tripterygium wilfordii 458696 TCA|GTAAGATTTT...CTCTCTTTCACT/TTTTCTCTCACT...CCTAG|TTC 1 1 40.74
204419780 GT-AG 0 1.000000099473604e-05 1036 rna-XM_038847401.1 36995260 11 10583849 10584884 Tripterygium wilfordii 458696 CAG|GTAAGAATCT...TTCTTCTTTCCT/TAGTTGTTCACT...CACAG|GGC 2 1 56.441
204419781 GT-AG 0 4.857719511599682e-05 247 rna-XM_038847401.1 36995260 12 10583032 10583278 Tripterygium wilfordii 458696 GAG|GTAAGCAATA...TTTTTCTTATAT/ATTTTTCTTATA...TGCAG|TGA 2 1 71.185
204419782 GT-AG 0 1.000000099473604e-05 692 rna-XM_038847401.1 36995260 13 10582084 10582775 Tripterygium wilfordii 458696 CAG|GTTAGAGTTC...ATCTACTTATCT/TATCTACTTATC...AACAG|ACA 0 1 77.807
204419783 GT-AG 0 1.000000099473604e-05 67 rna-XM_038847401.1 36995260 14 10581774 10581840 Tripterygium wilfordii 458696 ATG|GTAATTAACA...ATTGCCTAATTT/TTTTTTTCTATC...TCCAG|GTG 0 1 84.092
204423940 GT-AG 0 1.000000099473604e-05 109 rna-XM_038847401.1 36995260 1 10589117 10589225 Tripterygium wilfordii 458696 GAG|GTACTTCGAA...TTTATTTTAGGT/GTATGTTTTACG...TTTAG|GTT   0 6.777
204423941 GT-AG 0 0.0001292188415343 448 rna-XM_038847401.1 36995260 2 10588492 10588939 Tripterygium wilfordii 458696 AAG|GTAGATTTGA...GAATCTTTATAT/ATATTGCTGATG...TACAG|GAG   0 11.355
204423942 GT-AG 0 1.4285274383506624e-05 864 rna-XM_038847401.1 36995260 3 10587597 10588460 Tripterygium wilfordii 458696 AAG|GTAACAACAT...CTAACTTTATTT/CCTAACTTTATT...TGCAG|GTA   0 12.157
204423943 GT-AG 0 1.000000099473604e-05 232 rna-XM_038847401.1 36995260 4 10586831 10587062 Tripterygium wilfordii 458696 ATG|GTGGGTTGTC...TTTTTTTTACTA/TTTTTTTTTACT...TGTAG|GAG   0 25.97
204423944 GT-AG 0 0.0006772633537712 228 rna-XM_038847401.1 36995260 5 10586504 10586731 Tripterygium wilfordii 458696 AAG|GTTTGCTCCT...TAAACCTCAATC/CTAAACCTCAAT...TTCAG|ATT   0 28.531
204423945 GT-AG 0 0.0001689870802431 121 rna-XM_038847401.1 36995260 6 10586263 10586383 Tripterygium wilfordii 458696 TGG|GTACTCAAGT...AATTATTTGATG/TTTTGTTTCATG...GGTAG|GAG   0 31.635

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