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)

13 rows where transcript_id = 8205962

✎ 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
43958652 GT-AG 0 0.0002263020303104 10921 rna-gnl|WGS:WEIW|CHLHAR_R02925_mrna 8205962 1 2969254 2980174 Chloropsis hardwickii 667144 GAT|GTAAGTTGAA...ATGTCTTTAATA/ATTCTTCTTACA...TTTAG|ATG 0 1 7.824
43958653 GT-AG 0 1.000000099473604e-05 3344 rna-gnl|WGS:WEIW|CHLHAR_R02925_mrna 8205962 2 2965843 2969186 Chloropsis hardwickii 667144 AAA|GTAAGAATTC...TTGTTCCTGATT/TTGTTCCTGATT...ACTAG|GTG 1 1 12.087
43958654 GT-AG 0 0.0002680772140223 604 rna-gnl|WGS:WEIW|CHLHAR_R02925_mrna 8205962 3 2965091 2965694 Chloropsis hardwickii 667144 CAG|GTATTTATCA...TGGTTTTTCTTT/TACAGATTCATC...TTCAG|GGG 2 1 21.501
43958655 GT-AG 0 1.000000099473604e-05 1575 rna-gnl|WGS:WEIW|CHLHAR_R02925_mrna 8205962 4 2963333 2964907 Chloropsis hardwickii 667144 CAG|GTAAGGCTCT...ACTTCCTGGATT/TTTTGTCTGACT...CACAG|TAT 2 1 33.142
43958656 GT-AG 0 1.000000099473604e-05 1156 rna-gnl|WGS:WEIW|CHLHAR_R02925_mrna 8205962 5 2962097 2963252 Chloropsis hardwickii 667144 CGG|GTGAGTTTAC...AAGTCTTTGAAA/AAGTCTTTGAAA...TGTAG|ATG 1 1 38.232
43958657 GT-AG 0 1.000000099473604e-05 2453 rna-gnl|WGS:WEIW|CHLHAR_R02925_mrna 8205962 6 2959518 2961970 Chloropsis hardwickii 667144 ATG|GTAAGACCAT...TTTTACTTAGCA/CTTGCTTTCATT...GATAG|TTG 1 1 46.247
43958658 GT-AG 0 7.837170031063018e-05 1491 rna-gnl|WGS:WEIW|CHLHAR_R02925_mrna 8205962 7 2957902 2959392 Chloropsis hardwickii 667144 TCT|GTAAGCAAAC...TTTGTTTTCACA/TTTGTTTTCACA...AATAG|AAT 0 1 54.198
43958659 GT-AG 0 1.5175250416554812e-05 111 rna-gnl|WGS:WEIW|CHLHAR_R02925_mrna 8205962 8 2957670 2957780 Chloropsis hardwickii 667144 ATG|GTAGGTGTCA...CTCTTCTTAAAA/AGAATATTAATT...CCCAG|GTC 1 1 61.896
43958660 GT-AG 0 0.0010380799605175 1803 rna-gnl|WGS:WEIW|CHLHAR_R02925_mrna 8205962 9 2955710 2957512 Chloropsis hardwickii 667144 TGA|GTAAGTTTTT...TCATTTTTATAA/TTCATTTTTATA...TTCAG|AAA 2 1 71.883
43958661 GT-AG 0 1.000000099473604e-05 96 rna-gnl|WGS:WEIW|CHLHAR_R02925_mrna 8205962 10 2955552 2955647 Chloropsis hardwickii 667144 TAG|GTAAGAGGGA...CATGTCTTAATA/ATTATATTCATT...TTTAG|ACT 1 1 75.827
43958662 GT-AG 0 1.000000099473604e-05 792 rna-gnl|WGS:WEIW|CHLHAR_R02925_mrna 8205962 11 2954710 2955501 Chloropsis hardwickii 667144 AAG|GTGAGTACGT...TTTTCTTCAATC/TGATTTTTCATC...TGCAG|CTG 0 1 79.008
43958663 GT-AG 0 0.0092405580056031 566 rna-gnl|WGS:WEIW|CHLHAR_R02925_mrna 8205962 12 2954043 2954608 Chloropsis hardwickii 667144 GCT|GTACGTTCAA...TTTTCCTTTCTA/CTTTCTATTACA...GAAAG|ATT 2 1 85.433
43958664 GT-AG 0 0.7075640151714978 6861 rna-gnl|WGS:WEIW|CHLHAR_R02925_mrna 8205962 13 2947037 2953897 Chloropsis hardwickii 667144 AAG|GTATCTCTTT...GTTGTTTTATTT/CTTTTTTTTAAT...TGTAG|GAG 0 1 94.656

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