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

✎ 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
43958639 GT-AG 0 1.958681825125921e-05 455 rna-gnl|WGS:WEIW|CHLHAR_R02911_mrna 8205961 1 3257170 3257624 Chloropsis hardwickii 667144 TTG|GTAAGTTTAA...GTATATTTATTT/GGTATATTTATT...TTCAG|TCA 0 1 4.708
43958640 GT-AG 0 1.000000099473604e-05 91 rna-gnl|WGS:WEIW|CHLHAR_R02911_mrna 8205961 2 3257013 3257103 Chloropsis hardwickii 667144 ATG|GTAAGGCAGC...GCTTTCATAGTT/TTAGCTTTCATA...TGTAG|GAC 0 1 8.851
43958641 GT-AG 0 1.000000099473604e-05 832 rna-gnl|WGS:WEIW|CHLHAR_R02911_mrna 8205961 3 3256069 3256900 Chloropsis hardwickii 667144 TTG|GTGAGTTCTT...ATAGTGTTAATA/ATAGTGTTAATA...TTCAG|ATA 1 1 15.882
43958642 GT-AG 0 1.000000099473604e-05 687 rna-gnl|WGS:WEIW|CHLHAR_R02911_mrna 8205961 4 3255305 3255991 Chloropsis hardwickii 667144 AGG|GTGATGTATC...TAATTATTGATT/ATTGATTTCATT...AATAG|GAG 0 1 20.716
43958643 GT-AG 0 1.000000099473604e-05 516 rna-gnl|WGS:WEIW|CHLHAR_R02911_mrna 8205961 5 3254676 3255191 Chloropsis hardwickii 667144 TGG|GTTAGTAATG...TCCACTTTAACT/TCCACTTTAACT...TTCAG|CAA 2 1 27.809
43958644 GT-AG 0 8.077352115603144e-05 193 rna-gnl|WGS:WEIW|CHLHAR_R02911_mrna 8205961 6 3254280 3254472 Chloropsis hardwickii 667144 AAG|GTAAGCCTTT...TTCTTTTTAAAT/TTCTTTTTAAAT...TACAG|GCT 1 1 40.552
43958645 GT-AG 0 0.0004032441634692 80 rna-gnl|WGS:WEIW|CHLHAR_R02911_mrna 8205961 7 3254099 3254178 Chloropsis hardwickii 667144 AAG|GTATGTGACA...GCTCTCTTATCT/AGCTCTCTTATC...TTTAG|ATT 0 1 46.893
43958646 GT-AG 0 1.48506384927795e-05 413 rna-gnl|WGS:WEIW|CHLHAR_R02911_mrna 8205961 8 3253558 3253970 Chloropsis hardwickii 667144 CAG|GTACGTATTC...TTATCTTCAAAG/ATGTGTTTTAAT...TTTAG|GCA 2 1 54.928
43958647 GT-AG 0 1.000000099473604e-05 1545 rna-gnl|WGS:WEIW|CHLHAR_R02911_mrna 8205961 9 3251909 3253453 Chloropsis hardwickii 667144 CAG|GTGTGTGGAG...GATTTCTTTATG/GATGCTTTCATT...TGTAG|GTG 1 1 61.456
43958648 GT-AG 0 6.835044192799676e-05 555 rna-gnl|WGS:WEIW|CHLHAR_R02911_mrna 8205961 10 3251234 3251788 Chloropsis hardwickii 667144 TGG|GTAATTGTTT...TTCTCTTTAATC/TTCTCTTTAATC...TCCAG|GTG 1 1 68.989
43958649 GT-AG 0 1.000000099473604e-05 85 rna-gnl|WGS:WEIW|CHLHAR_R02911_mrna 8205961 11 3251020 3251104 Chloropsis hardwickii 667144 GAG|GTGAATATCG...TGTTCCTAAATG/TGTGTCTTCAAT...AATAG|GTT 1 1 77.087
43958650 GT-AG 0 6.0572859659143074e-05 994 rna-gnl|WGS:WEIW|CHLHAR_R02911_mrna 8205961 12 3249922 3250915 Chloropsis hardwickii 667144 ATG|GTAGGTTTCT...CTGTGTTTATCC/CCTGTGTTTATC...CTTAG|ATC 0 1 83.616
43958651 GT-AG 0 1.000000099473604e-05 678 rna-gnl|WGS:WEIW|CHLHAR_R02911_mrna 8205961 13 3249144 3249821 Chloropsis hardwickii 667144 TGG|GTAAGGAATC...CACTTCCTAATG/CACTTCCTAATG...TCCAG|ATA 1 1 89.893

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