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

✎ 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
46739212 GT-AG 0 1.6467260158232444e-05 170 Clevi.0001s1636.1.v2.1 8691769 1 3209620 3209789 Cleome violacea 389490 CAG|GTAACGACTT...AACGGCTTGACC/TTTTGTGTAATG...TTTAG|GCG 0 1 39.296
46739213 GT-AG 0 1.000000099473604e-05 158 Clevi.0001s1636.1.v2.1 8691769 2 3210036 3210193 Cleome violacea 389490 ACT|GTGAGTGTGG...TTTGTTTTATTT/TTTTATTTGAAC...CTCAG|ATA 0 1 47.098
46739214 GT-AG 0 1.000000099473604e-05 102 Clevi.0001s1636.1.v2.1 8691769 3 3210272 3210373 Cleome violacea 389490 CCT|GTGAGTGTTG...TTATTTTTCTCC/ATGAAATTTATT...TTCAG|GTT 0 1 49.572
46739215 GT-AG 0 1.768498307904386 89 Clevi.0001s1636.1.v2.1 8691769 4 3210475 3210563 Cleome violacea 389490 CAC|GTATACTCCT...AGTACCTTACTT/CTTACTTTTATT...TGTAG|GTA 2 1 52.775
46739216 GT-AG 0 1.000000099473604e-05 104 Clevi.0001s1636.1.v2.1 8691769 5 3210760 3210863 Cleome violacea 389490 CAG|GTGAGCATCT...TGATCCTTATAT/CATGAACTGATT...ATCAG|GAA 0 1 58.991
46739217 GT-AG 0 1.000000099473604e-05 185 Clevi.0001s1636.1.v2.1 8691769 6 3210990 3211174 Cleome violacea 389490 TTG|GTAAAACTGA...GCTCTGTTAACA/TTCGAATTGATG...TGCAG|TCG 0 1 62.988
46739218 GT-AG 0 0.0084963319121232 102 Clevi.0001s1636.1.v2.1 8691769 7 3211361 3211462 Cleome violacea 389490 ATG|GTATATTATG...CAATTCATAACC/TTTTGTTTCAAT...ATCAG|GTT 0 1 68.887
46739219 GT-AG 0 1.2926851872411665e-05 97 Clevi.0001s1636.1.v2.1 8691769 8 3211577 3211673 Cleome violacea 389490 CAG|GTTTGTTGTC...CGAGTCTAATCT/ACGAGTCTAATC...TCCAG|GTA 0 1 72.502
46739220 GT-AG 0 1.000000099473604e-05 137 Clevi.0001s1636.1.v2.1 8691769 9 3211827 3211963 Cleome violacea 389490 GTG|GTTAGCGTCC...TTTTTTTTAGTT/ATTTTTTTTAGT...TGAAG|ATA 0 1 77.355
46739221 GT-AG 0 0.0012780278098885 90 Clevi.0001s1636.1.v2.1 8691769 10 3212153 3212242 Cleome violacea 389490 GAG|GTTCCTCCTC...TACGTTTTAATG/TTAATGTTTATC...TTCAG|AAC 0 1 83.349
46739222 GT-AG 0 0.0001723364366098 100 Clevi.0001s1636.1.v2.1 8691769 11 3212321 3212420 Cleome violacea 389490 AAG|GTATATAACC...AAACCTTCAATA/ATGTCGCTAATG...TTCAG|AAC 0 1 85.823
46739223 GT-AG 0 0.0037108611084038 81 Clevi.0001s1636.1.v2.1 8691769 12 3212547 3212627 Cleome violacea 389490 AAG|GTACACCTGT...TCTCTCTTAAAT/TCTCTCTTAAAT...GGCAG|GCC 0 1 89.819
46739224 GT-AG 0 1.000000099473604e-05 96 Clevi.0001s1636.1.v2.1 8691769 13 3212727 3212822 Cleome violacea 389490 AAG|GTAAAAAAAA...TGGTTCTTGAAT/ACTTGTCTGATG...TGCAG|GGA 0 1 92.959
46739225 GT-AG 0 0.0001375896353773 118 Clevi.0001s1636.1.v2.1 8691769 14 3212941 3213058 Cleome violacea 389490 CAG|GTACTTTAAA...ATTTGCTTAACG/CATCCTTTCATC...TGCAG|GGC 1 1 96.702

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