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

✎ 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
43958953 GT-AG 0 1.000000099473604e-05 1670 rna-gnl|WGS:WEIW|CHLHAR_R02857_mrna 8206003 1 1793702 1795371 Chloropsis hardwickii 667144 TAG|GTGTGGAAAG...TTAGGTTTGATG/TTAGGTTTGATG...TTTAG|GTC 1 1 5.062
43958954 GT-AG 0 1.000000099473604e-05 1146 rna-gnl|WGS:WEIW|CHLHAR_R02857_mrna 8206003 2 1795469 1796614 Chloropsis hardwickii 667144 AAG|GTAGGGGAGA...CATGCATAAATT/ATTGTTCTCAGG...TCCAG|CTG 2 1 11.049
43958955 GT-AG 0 1.000000099473604e-05 1439 rna-gnl|WGS:WEIW|CHLHAR_R02857_mrna 8206003 3 1796767 1798205 Chloropsis hardwickii 667144 ATG|GTAAGGAGTT...TTCCCTTTTACT/CTGATATTTATT...CAAAG|GCT 1 1 20.432
43958956 GT-AG 0 1.000000099473604e-05 835 rna-gnl|WGS:WEIW|CHLHAR_R02857_mrna 8206003 4 1798344 1799178 Chloropsis hardwickii 667144 CAG|GTAAGTGCAC...TATCTTTTTGTT/GGATTGCTGAAA...TTTAG|GAA 1 1 28.951
43958957 GT-AG 0 1.000000099473604e-05 1696 rna-gnl|WGS:WEIW|CHLHAR_R02857_mrna 8206003 5 1799419 1801114 Chloropsis hardwickii 667144 TTG|GTAAGAACAA...AGCTCCTGAGTT/CCAAAACTCACC...TGAAG|ACA 1 1 43.765
43958958 GT-AG 0 1.000000099473604e-05 765 rna-gnl|WGS:WEIW|CHLHAR_R02857_mrna 8206003 6 1801324 1802088 Chloropsis hardwickii 667144 ATG|GTAAGAGACA...AATGCTTTGTTT/AAGTGTTTGAGC...TTCAG|ACA 0 1 56.667
43958959 GT-AG 0 4.6187674079840655e-05 3506 rna-gnl|WGS:WEIW|CHLHAR_R02857_mrna 8206003 7 1802266 1805771 Chloropsis hardwickii 667144 AGG|GTAAGTTTCC...TATCCTGTAGCT/CTGTAGCTGATG...CACAG|CTG 0 1 67.593
43958960 GT-AG 0 1.000000099473604e-05 229 rna-gnl|WGS:WEIW|CHLHAR_R02857_mrna 8206003 8 1805843 1806071 Chloropsis hardwickii 667144 GAG|GTAAGCAGAG...GGTATTGTAAAA/GGTGTGGTGATT...CTTAG|TTC 2 1 71.975
43958961 GT-AG 0 1.000000099473604e-05 951 rna-gnl|WGS:WEIW|CHLHAR_R02857_mrna 8206003 9 1806172 1807122 Chloropsis hardwickii 667144 CAG|GTTGGTGCAC...GCTTCCTTCTTC/TACATATTGATG...TGTAG|GTT 0 1 78.148
43958962 GT-AG 0 1.000000099473604e-05 2488 rna-gnl|WGS:WEIW|CHLHAR_R02857_mrna 8206003 10 1807177 1809664 Chloropsis hardwickii 667144 AGG|GTAAGATCAC...TTATTCTCATTT/GTTATTCTCATT...TATAG|AAA 0 1 81.481
43958963 GT-AG 0 2.605700865697424e-05 2103 rna-gnl|WGS:WEIW|CHLHAR_R02857_mrna 8206003 11 1809731 1811833 Chloropsis hardwickii 667144 TAT|GTAAGTATCA...TGGACTTTGTTT/AGTTTGTGGACT...CTCAG|ATG 0 1 85.556
43958964 GT-AG 0 1.000000099473604e-05 404 rna-gnl|WGS:WEIW|CHLHAR_R02857_mrna 8206003 12 1811903 1812306 Chloropsis hardwickii 667144 AAG|GTAAAGTCTG...GTTACATTGACT/TAGGTTCTGACT...TTCAG|GGA 0 1 89.815
43958965 GT-AG 0 1.000000099473604e-05 746 rna-gnl|WGS:WEIW|CHLHAR_R02857_mrna 8206003 13 1812404 1813149 Chloropsis hardwickii 667144 GGG|GTAAGTAATA...AGTTCCCTGTTT/TGATAACTAATT...CACAG|TTT 1 1 95.802

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