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)

15 rows where transcript_id = 2107355

✎ 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
11507580 GT-AG 0 1.000000099473604e-05 2454 rna-XM_009867004.1 2107355 1 64873 67326 Apaloderma vittatum 57397 TTG|GTAAGTGCGC...TTCACATTAAAA/CATGATTTCACA...AACAG|ATA 0 1 5.233
11507581 GT-AG 0 1.000000099473604e-05 580 rna-XM_009867004.1 2107355 2 64150 64729 Apaloderma vittatum 57397 GAA|GTAAGTACAT...TGTTTTTTGAAA/TGTTTTTTGAAA...TCTAG|GTA 2 1 12.161
11507582 GT-AG 0 1.000000099473604e-05 1451 rna-XM_009867004.1 2107355 3 62562 64012 Apaloderma vittatum 57397 ATG|GTGTGCAACA...AAGACTTAAACT/GTGGTTTTCACT...CTTAG|GTT 1 1 18.798
11507583 GT-AG 0 1.000000099473604e-05 1496 rna-XM_009867004.1 2107355 4 60972 62467 Apaloderma vittatum 57397 AAG|GTAAGAATTA...TTGTTTTTAACC/TTGTTTTTAACC...TCCAG|TAA 2 1 23.353
11507584 GT-AG 0 1.000000099473604e-05 548 rna-XM_009867004.1 2107355 5 60254 60801 Apaloderma vittatum 57397 TAG|GTAAGGTTAT...TGGGTTGTAACA/AGTAAACTTACT...TTCAG|CTT 1 1 31.589
11507585 GT-AG 0 3.75368513619325e-05 668 rna-XM_009867004.1 2107355 6 59496 60163 Apaloderma vittatum 57397 TAT|GTAAGTATAT...CCTGCCTTCATG/CCTGCCTTCATG...CTCAG|TTG 1 1 35.95
11507586 GT-AG 0 0.0002369717532175 1590 rna-XM_009867004.1 2107355 7 57781 59370 Apaloderma vittatum 57397 ACT|GTAAGTAGTG...CTTTTCTTAATG/TGTCTTTTAATT...TCCAG|GTT 0 1 42.006
11507587 GT-AG 0 1.1670498253107343e-05 7684 rna-XM_009867004.1 2107355 8 49910 57593 Apaloderma vittatum 57397 TAG|GTAAGTATAT...TTTTTCTTATCT/ATTTTTCTTATC...TCTAG|GTA 1 1 51.066
11507588 GT-AG 0 1.000000099473604e-05 6020 rna-XM_009867004.1 2107355 9 43724 49743 Apaloderma vittatum 57397 CAG|GTGAGTGCAG...ACATTTTTGAAT/GTTTTTCTAAAA...TCTAG|AAA 2 1 59.109
11507589 GT-AG 0 1.000000099473604e-05 2511 rna-XM_009867004.1 2107355 10 41056 43566 Apaloderma vittatum 57397 AAG|GTAGGTATAT...AAACATTTAATT/TTGAGCCTAATT...TGCAG|GAG 0 1 66.715
11507590 GT-AG 0 0.0009325505002394 11150 rna-XM_009867004.1 2107355 11 29822 40971 Apaloderma vittatum 57397 CAG|GTACGCTCTA...ATTACCTTCTCT/TCTTCTCTCACA...TTCAG|CAT 0 1 70.785
11507591 GT-AG 0 1.000000099473604e-05 476 rna-XM_009867004.1 2107355 12 29208 29683 Apaloderma vittatum 57397 AAG|GTAAGAGTTA...TTCTCTTTCACT/TTCTCTTTCACT...TACAG|GTG 0 1 77.471
11507592 GT-AG 0 1.000000099473604e-05 1862 rna-XM_009867004.1 2107355 13 27109 28970 Apaloderma vittatum 57397 CTG|GTAAACCCCA...ATGATCTCACCC/AATGATCTCACC...TGTAG|ACC 0 1 88.953
11507593 GT-AG 0 1.000000099473604e-05 231 rna-XM_009867004.1 2107355 14 26779 27009 Apaloderma vittatum 57397 ATG|GTGAGACAAG...TTTGTTTTAATC/TTTGTTTTAATC...CCCAG|TGT 0 1 93.75
11507594 GT-AG 0 0.0044272580458633 654 rna-XM_009867004.1 2107355 15 26027 26680 Apaloderma vittatum 57397 GCA|GTAGGCTGCT...GATTATTTGACT/GATTATTTGACT...TGTAG|ACT 2 1 98.498

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