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

✎ 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
174592345 GT-AG 0 1.000000099473604e-05 474 rna-NZN594_LOCUS788 31341590 1 4269879 4270352 Rotaria sp. silwood1 2762511 GAT|GTAAGTGAGA...TTGTTTTTATTT/CTTGTTTTTATT...TATAG|GCT 0 1 1.527
174592346 GT-AG 0 0.5670240439078257 63 rna-NZN594_LOCUS788 31341590 2 4270465 4270527 Rotaria sp. silwood1 2762511 TTC|GTATGTTTCA...TTTTTCTTCATA/TTTTTCTTCATA...TTTAG|TTT 1 1 2.823
174592347 GT-AG 0 1.000000099473604e-05 60 rna-NZN594_LOCUS788 31341590 3 4270668 4270727 Rotaria sp. silwood1 2762511 AAA|GTAATAACAT...TATTTATTAAAA/TATTTATTTATT...TATAG|GGT 0 1 4.443
174592348 GT-AG 0 0.0026356364385321 64 rna-NZN594_LOCUS788 31341590 4 4270941 4271004 Rotaria sp. silwood1 2762511 AAA|GTATGTATAA...ATTTTCTAATTT/AATTTTCTAATT...TTAAG|CAA 0 1 6.907
174592349 GT-AG 0 0.0019588856294599 66 rna-NZN594_LOCUS788 31341590 5 4271185 4271250 Rotaria sp. silwood1 2762511 AAT|GTTTGTTTGA...TGTTTGTTATTT/GTTTTTTTCAAT...TTTAG|ATG 0 1 8.99
174592350 GT-AG 0 0.0527917608558136 56 rna-NZN594_LOCUS788 31341590 6 4271386 4271441 Rotaria sp. silwood1 2762511 GAA|GTAACTTTAA...ATATTCGTGATT/ATATTCGTGATT...TACAG|AAT 0 1 10.552
174592351 GT-AG 0 1.000000099473604e-05 1150 rna-NZN594_LOCUS788 31341590 7 4271505 4272654 Rotaria sp. silwood1 2762511 AAA|GTAAGAATAA...AAAACTTTAATT/TTTATGTTAATA...CTTAG|GAT 0 1 11.281
174592352 GT-AG 0 0.0019008842247473 1561 rna-NZN594_LOCUS788 31341590 8 4274137 4275697 Rotaria sp. silwood1 2762511 CAA|GTATGATTTG...ATTTTCTTTAAT/ATTTTCTTTAAT...TCTAG|GCT 0 1 28.428
174592353 GT-AG 0 2.8442728435508093e-05 2727 rna-NZN594_LOCUS788 31341590 9 4278426 4281152 Rotaria sp. silwood1 2762511 CAG|GTAATTATTT...GTTTCTTTATAA/CTAATTTTCATT...TTTAG|CTA 1 1 59.991
174592354 GT-AG 0 0.0001807581889431 1150 rna-NZN594_LOCUS788 31341590 10 4282028 4283177 Rotaria sp. silwood1 2762511 TCT|GTAAGATTTT...AAATTCATAACT/TTGTTTTTCACT...ATTAG|TCA 0 1 70.115
174592355 GT-AG 0 0.0012953970531334 884 rna-NZN594_LOCUS788 31341590 11 4284229 4285112 Rotaria sp. silwood1 2762511 CAG|GTATATATGA...TACTCTATGACT/TTAATTTTCAAT...ATCAG|GCA 1 1 82.275
174592356 GT-AG 0 1.000000099473604e-05 673 rna-NZN594_LOCUS788 31341590 12 4285362 4286034 Rotaria sp. silwood1 2762511 CAC|GTAAGAAAAC...TTAATTTTAATT/TTAATTTTAATT...TACAG|GTT 1 1 85.156
174592357 GT-AG 0 1.000000099473604e-05 65 rna-NZN594_LOCUS788 31341590 13 4286640 4286704 Rotaria sp. silwood1 2762511 ATG|GTAAGAAAGA...TTTTTCTTATTG/TTTTTTCTTATT...TTTAG|GTT 0 1 92.156
174592358 GT-AG 0 0.4508183185721838 70 rna-NZN594_LOCUS788 31341590 14 4287352 4287421 Rotaria sp. silwood1 2762511 CCA|GTATGTTTCT...CTTTTTTTATTA/TCTTTTTTTATT...TTTAG|ATC 2 1 99.641

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