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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
84003655 GT-AG 0 1.000000099473604e-05 83 rna-XM_028329177.1 15550461 1 37926228 37926310 Glycine soja 3848 CAG|GTAATTGAAA...CTATTCGTAACA/ATAACATTTATG...TGAAG|TGG 2 1 7.745
84003656 GT-AG 0 2.746583812026648e-05 88 rna-XM_028329177.1 15550461 2 37926602 37926689 Glycine soja 3848 CAG|GTAATTTAGA...CGTCTCTTAAAA/ATGAAATTTATA...TGAAG|TGT 2 1 11.508
84003657 GT-AG 0 0.0003031808116162 92 rna-XM_028329177.1 15550461 3 37926798 37926889 Glycine soja 3848 CCG|GTAATTTCAC...AACTTCTTAACA/AACTTCTTAACA...CAAAG|AGG 2 1 12.904
84003658 GT-AG 0 1.000000099473604e-05 790 rna-XM_028329177.1 15550461 4 37926995 37927784 Glycine soja 3848 CAA|GTAATGAAAC...TGAACCTTTTCA/AACCTTTTCATT...TGTAG|GAA 2 1 14.262
84003659 GT-AG 0 0.0002001421302865 258 rna-XM_028329177.1 15550461 5 37928890 37929147 Glycine soja 3848 ACT|GTAAGTCCTT...TACCCTTTAATT/GTATATTTTACC...CATAG|GGA 0 1 28.549
84003660 GT-AG 0 0.0006008644561737 2773 rna-XM_028329177.1 15550461 6 37929424 37932196 Glycine soja 3848 CAG|GTATTAATTT...ATTTTTTTAGTT/TTATCTCTAATT...TGCAG|TTG 0 1 32.118
84003661 GT-AG 0 0.0120901091483818 1664 rna-XM_028329177.1 15550461 7 37933001 37934664 Glycine soja 3848 CAG|GTATCACTCT...AATGCATTGATC/TATATTTTCATT...TACAG|AAT 0 1 42.514
84003662 AT-AG 0 0.0005286064693466 7936 rna-XM_028329177.1 15550461 9 37935089 37943024 Glycine soja 3848 TTT|ATAATTATTT...AATTTCTAAAAC/AAATTTCTAAAA...AACAG|ATG 2 1 47.97
84003663 GT-AG 0 1.000000099473604e-05 1640 rna-XM_028329177.1 15550461 10 37943197 37944836 Glycine soja 3848 CCG|GTAAAGCTTC...ATAGGCTTAGAA/AGAAGTTTCACA...CGTAG|CTT 0 1 50.194
84003664 GT-AG 0 1.000000099473604e-05 86 rna-XM_028329177.1 15550461 11 37945814 37945899 Glycine soja 3848 CAG|GTAATTTAAC...AAATTCATAACA/ATCAAATTCATA...TCAAG|TGG 2 1 62.826
84003665 GT-AG 0 1.000000099473604e-05 841 rna-XM_028329177.1 15550461 12 37946011 37946851 Glycine soja 3848 CAG|GTAATTTAAA...CTAATTTTGATG/CTAATTTTGATG...TGTAG|GAA 2 1 64.262
84003666 GT-AG 0 1.000000099473604e-05 84 rna-XM_028329177.1 15550461 13 37947957 37948040 Glycine soja 3848 AGT|GTAAGACCTA...TTCATTTTACAT/CATACTTTCATT...CACAG|GGA 0 1 78.549
84003667 GT-AG 0 0.0005787673379791 775 rna-XM_028329177.1 15550461 14 37948317 37949091 Glycine soja 3848 CTG|GTATTAATTT...TTTTCTGTAACA/AAGCTTCTCATT...TCCAG|TTG 0 1 82.118
84003668 GT-AG 0 0.0042116326870471 1307 rna-XM_028329177.1 15550461 15 37949932 37951238 Glycine soja 3848 CAG|GTCTCTATCT...ATACTTTCAATT/TTTCAATTTATT...TCCAG|AAT 0 1 92.979

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