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

✎ 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
346629 GT-AG 0 1.000000099473604e-05 793 rna-XM_022256381.1 76464 1 1511364 1512156 Acanthaster planci 133434 AAG|GTGAGTGAAA...ATCTCCTTTCTT/TCAAGCCTCATT...CACAG|TAC 0 1 5.561
346630 GT-AG 0 1.000000099473604e-05 446 rna-XM_022256381.1 76464 2 1510626 1511071 Acanthaster planci 133434 TAG|GTATTGGCAA...TGTACGTTAATA/TTCTCTTTCAAT...TGCAG|GGC 1 1 14.893
346631 GT-AG 0 2.6222996334091663e-05 135 rna-XM_022256381.1 76464 3 1510358 1510492 Acanthaster planci 133434 CAG|GTATTGCCAA...TTCTCCTTATGC/TTTCTCCTTATG...TACAG|GTG 2 1 19.143
346632 GT-AG 0 0.0002982381875795 442 rna-XM_022256381.1 76464 4 1509747 1510188 Acanthaster planci 133434 CCG|GTATGTAGTC...TGCTCTATATTT/TGAAAGCTCATG...TGCAG|ATC 0 1 24.545
346633 GT-AG 0 1.5839982880849428e-05 199 rna-XM_022256381.1 76464 5 1509415 1509613 Acanthaster planci 133434 GAA|GTAAGCAGAG...GTTTTTTTCTCT/TCTGGTTTCATT...GTCAG|ATA 1 1 28.795
346634 GT-AG 0 1.000000099473604e-05 366 rna-XM_022256381.1 76464 6 1508933 1509298 Acanthaster planci 133434 TCG|GTGAGTTTGT...CGGTCTTTATTT/ACGGTCTTTATT...TTTAG|TCC 0 1 32.502
346635 GT-AG 0 8.299757114544351e-05 751 rna-XM_022256381.1 76464 7 1507954 1508704 Acanthaster planci 133434 CAG|GTAAACCCTA...ATCTTTTTATTG/GATCTTTTTATT...CAAAG|ACT 0 1 39.789
346636 GT-AG 0 1.000000099473604e-05 424 rna-XM_022256381.1 76464 8 1507343 1507766 Acanthaster planci 133434 CAG|GTAAATTAAT...GGTCATTTAAAA/ATTTTTCCAATT...TTTAG|GTG 1 1 45.765
346637 GT-AG 0 1.000000099473604e-05 149 rna-XM_022256381.1 76464 9 1507078 1507226 Acanthaster planci 133434 CAG|GTGAGGTTGT...GGTTTTTTGATG/CGTTGTCTCATT...TTCAG|TTG 0 1 49.473
346638 GT-AG 0 0.0015249549770996 123 rna-XM_022256381.1 76464 10 1506834 1506956 Acanthaster planci 133434 TGG|GTATGTTGAA...GATTCTTTTGCC/TATCTGCTCACT...TGCAG|CCA 1 1 53.34
346639 GT-AG 0 1.000000099473604e-05 215 rna-XM_022256381.1 76464 11 1506509 1506723 Acanthaster planci 133434 GAG|GTAGGAAAAT...TTCTTCTTTACA/TTCTTCTTTACA...CTCAG|GCT 0 1 56.855
346640 GT-AG 0 0.0007893162619742 16552 rna-XM_022256381.1 76464 12 1489677 1506228 Acanthaster planci 133434 CAG|GTATGCAGTA...ATAACCTTTGTA/CCCCATATAACC...CCTAG|GGT 1 1 65.804
346641 GT-AG 0 1.2376592506104931e-05 570 rna-XM_022256381.1 76464 13 1488918 1489487 Acanthaster planci 133434 TTG|GTAGAGCCTT...TCTGCCTTGACT/CCTTGACTCATT...GCTAG|GCG 1 1 71.844
346642 GT-AG 0 0.0005395221441917 562 rna-XM_022256381.1 76464 14 1488107 1488668 Acanthaster planci 133434 CAG|GTATGTTGAA...CAAGCATTAACG/TAACGTTTTACA...TCCAG|CCT 1 1 79.802

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