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

✎ 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
112209611 GT-AG 0 1.000000099473604e-05 22350 rna-XM_027949928.1 20937023 1 46142351 46164700 Marmota flaviventris 93162 AAG|GTAGGACGCC...TGTCACTTACTG/GTGTCACTTACT...TGCAG|GGG 0 1 3.158
112209612 GT-AG 0 1.000000099473604e-05 3307 rna-XM_027949928.1 20937023 2 46138982 46142288 Marmota flaviventris 93162 GCG|GTAAGTAGGA...CTTTTGTTATCT/GCTTTTGTTATC...TTCAG|GAC 2 1 5.877
112209613 GT-AG 0 1.000000099473604e-05 90329 rna-XM_027949928.1 20937023 3 46048579 46138907 Marmota flaviventris 93162 GAG|GTAAGCAGAT...TCAGTTTTATCT/TATCTGTTAATT...TTCAG|GTG 1 1 9.123
112209614 GT-AG 0 1.000000099473604e-05 986 rna-XM_027949928.1 20937023 4 46047508 46048493 Marmota flaviventris 93162 CAG|GTGAGGAGCA...TTCTCCTTTTTT/ATCTATTTAATT...AAAAG|TGC 2 1 12.851
112209615 GT-AG 0 1.000000099473604e-05 2859 rna-XM_027949928.1 20937023 5 46044557 46047415 Marmota flaviventris 93162 AAG|GTACAGGGCG...TATTCTTTTTTT/AAATTATTGAAT...CTTAG|AAT 1 1 16.886
112209616 GT-AG 0 5.9896594288988426e-05 4895 rna-XM_027949928.1 20937023 6 46039587 46044481 Marmota flaviventris 93162 AAG|GTAACTCCGA...CTGCCCTTTCTC/CCCTTTCTCACC...GCCAG|TGG 1 1 20.175
112209617 GT-AG 0 1.000000099473604e-05 13042 rna-XM_027949928.1 20937023 7 46026533 46039574 Marmota flaviventris 93162 TGG|GTAAGTCTCA...GGTGTCTCAGCA/CGGTGTCTCAGC...TGCAG|GGA 1 1 20.702
112209618 GT-AG 0 3.39053029034598e-05 1144 rna-XM_027949928.1 20937023 8 46025231 46026374 Marmota flaviventris 93162 ATT|GTAAGTTGAT...GAATTCTTTTCC/CTCATGGTCATA...TTCAG|GAA 0 1 27.632
112209619 GT-AG 0 1.000000099473604e-05 1255 rna-XM_027949928.1 20937023 9 46023868 46025122 Marmota flaviventris 93162 CAG|GTAGGAGCCA...TTTCCCTTCCTG/ACCTTGCTTACC...TTCAG|GTG 0 1 32.368
112209620 GT-AG 0 1.000000099473604e-05 2231 rna-XM_027949928.1 20937023 10 46021539 46023769 Marmota flaviventris 93162 CAG|GTAAGTGAAG...CCCTCCTTTGCC/CATGCTGCCACC...TACAG|CAG 2 1 36.667
112209621 GT-AG 0 1.000000099473604e-05 3932 rna-XM_027949928.1 20937023 11 46017396 46021327 Marmota flaviventris 93162 CAG|GTAAGGTGCC...TTTTCCTTTTCT/GTTATATTAATT...TCCAG|TTG 0 1 45.921
112209622 GT-AG 0 1.000000099473604e-05 1256 rna-XM_027949928.1 20937023 12 46015945 46017200 Marmota flaviventris 93162 AAG|GTTTGTGTCT...TGGCTCCTGACC/TGGCTCCTGACC...CTTAG|GAC 0 1 54.474
112209623 GT-AG 0 1.000000099473604e-05 319 rna-XM_027949928.1 20937023 13 46015452 46015770 Marmota flaviventris 93162 AGG|GTGATGCGCT...CACGCCCTGATA/CACGCCCTGATA...TGCAG|CCT 0 1 62.105
112209624 GT-AG 0 9.715903448044988e-05 1495 rna-XM_027949928.1 20937023 14 46013794 46015288 Marmota flaviventris 93162 AAG|GTATAAGGTA...GCTGCCTTGAAT/ATGTGTCTAATT...ATCAG|TTT 1 1 69.254

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