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

✎ 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
148387855 GT-AG 0 1.5826302197705245e-05 161 rna-gnl|WGS:JAHLWZ|Pelo_104_1 26741119 1 227931 228091 Pelomyxa schiedti 1580589 AAG|GTCATCCTCT...GGGGCCTTGACC/CTTGACCTTATT...CTCAG|CCG 1 1 2.821
148387856 GT-AG 0 0.00045248932559 84 rna-gnl|WGS:JAHLWZ|Pelo_104_1 26741119 2 227408 227491 Pelomyxa schiedti 1580589 TGT|GTATGGCATT...TATTCCTTGGAA/GGAAAGCTCATT...TTCAG|GCC 2 1 15.59
148387857 GT-AG 0 9.221517783103128e-05 57 rna-gnl|WGS:JAHLWZ|Pelo_104_1 26741119 3 227266 227322 Pelomyxa schiedti 1580589 AAG|GTTTGGTTTT...CTTTTTTTAACT/CTTTTTTTAACT...TACAG|GCA 0 1 18.063
148387858 GT-AG 0 0.8965107983542017 63 rna-gnl|WGS:JAHLWZ|Pelo_104_1 26741119 4 227074 227136 Pelomyxa schiedti 1580589 TAT|GTATGTTTCT...AGCTTCTTGATT/CTGTGTCTGATG...TTCAG|GTC 0 1 21.815
148387859 GT-AG 0 0.002471183916862 78 rna-gnl|WGS:JAHLWZ|Pelo_104_1 26741119 5 226831 226908 Pelomyxa schiedti 1580589 CAG|GTACACTATG...GATATTTTGAAA/ACAAAACTAATC...TTTAG|CAT 0 1 26.614
148387860 GT-AG 0 1.000000099473604e-05 63 rna-gnl|WGS:JAHLWZ|Pelo_104_1 26741119 6 226642 226704 Pelomyxa schiedti 1580589 GAG|GTAAAGCACA...TTTTCTTTGATG/TTTTCTTTGATG...TGTAG|ATA 0 1 30.279
148387861 GT-AG 0 0.0965986712411886 50 rna-gnl|WGS:JAHLWZ|Pelo_104_1 26741119 7 226468 226517 Pelomyxa schiedti 1580589 ACT|GTCTGTTTTC...ATTGCCTTACCG/AATTGCCTTACC...TATAG|TGG 1 1 33.886
148387862 GT-AG 0 0.0002069848949552 49 rna-gnl|WGS:JAHLWZ|Pelo_104_1 26741119 8 226228 226276 Pelomyxa schiedti 1580589 TCT|GTGTGTACTC...TGTTCCTCATAT/CTGTTCCTCATA...AACAG|TTT 0 1 39.442
148387863 GT-AG 0 0.0001222419394313 42 rna-gnl|WGS:JAHLWZ|Pelo_104_1 26741119 9 226043 226084 Pelomyxa schiedti 1580589 ACT|GTAAGTTGAA...ACTCTCGTAACA/ACTCTCGTAACA...TCCAG|CGG 2 1 43.601
148387864 GT-AG 0 0.0001064105818124 45 rna-gnl|WGS:JAHLWZ|Pelo_104_1 26741119 10 225910 225954 Pelomyxa schiedti 1580589 AAG|GTACTTCTTT...TTTACTCTATCC/CTTATATTTACT...TGCAG|TGC 0 1 46.161
148387865 GT-AG 0 1.000000099473604e-05 39 rna-gnl|WGS:JAHLWZ|Pelo_104_1 26741119 11 225732 225770 Pelomyxa schiedti 1580589 AAG|GTAGAACAGC...TTATTTTTCACT/TTATTTTTCACT...TCCAG|CTC 1 1 50.204
148387866 GT-AG 0 0.0300168867792368 65 rna-gnl|WGS:JAHLWZ|Pelo_104_1 26741119 12 225170 225234 Pelomyxa schiedti 1580589 CAT|GTATTTACCA...TCTATTTTGACT/TTTTGACTAATT...ATCAG|GCT 0 1 64.66
148387867 GT-AG 0 1.000000099473604e-05 43 rna-gnl|WGS:JAHLWZ|Pelo_104_1 26741119 13 225105 225147 Pelomyxa schiedti 1580589 CAG|GTAGGAATTT...TTTTCTTCGATT/TCGATTTTCAAC...TCCAG|AGC 1 1 65.3

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