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

✎ 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
192053934 GT-AG 0 1.000000099473604e-05 597 rna-XM_014874151.1 34283732 1 7162145 7162741 Sturnus vulgaris 9172 CAG|GTACAGCGGC...TAAGTTTTAATT/TAAGTTTTAATT...TACAG|GGG 2 1 10.572
192053935 GT-AG 0 1.000000099473604e-05 3047 rna-XM_014874151.1 34283732 2 7163044 7166090 Sturnus vulgaris 9172 CGG|GTAGGTCCGT...TAAACCTTATCA/CATTTGCTGATT...TTAAG|GTG 1 1 21.934
192053936 GT-AG 0 1.000000099473604e-05 328 rna-XM_014874151.1 34283732 3 7166219 7166546 Sturnus vulgaris 9172 CAG|GTGAGAATGT...ATTTTTTTGTTT/AGATATTTGACC...TCAAG|GCT 0 1 26.749
192053937 GT-AG 0 1.000000099473604e-05 838 rna-XM_014874151.1 34283732 4 7166653 7167490 Sturnus vulgaris 9172 CAG|GTATGAGCTT...TTTGCTGTGAAT/CTGAAGTTCAAA...CTTAG|GAC 1 1 30.737
192053938 GT-AG 0 0.0025375859278081 1597 rna-XM_014874151.1 34283732 5 7167638 7169234 Sturnus vulgaris 9172 CAG|GTATGTTATC...TAGACTTTAAAA/TAGACTTTAAAA...TGTAG|GAA 1 1 36.268
192053939 GT-AG 0 1.000000099473604e-05 1217 rna-XM_014874151.1 34283732 6 7169328 7170544 Sturnus vulgaris 9172 CAG|GTTGGTATTC...TCAAGCTTGATA/GATATATTTATA...AATAG|GTG 1 1 39.767
192053940 GT-AG 0 1.000000099473604e-05 1044 rna-XM_014874151.1 34283732 7 7170758 7171801 Sturnus vulgaris 9172 GAG|GTAAGTCTAG...AACTTCTTTTTT/CAAGTGTTGAAT...CATAG|CCG 1 1 47.78
192053941 GT-AG 0 1.0508351660635734e-05 2731 rna-XM_014874151.1 34283732 8 7172023 7174753 Sturnus vulgaris 9172 AAG|GTAGGCAAGA...ATTTCCTTCTTT/TGCACACTAATG...TACAG|AAT 0 1 56.095
192053942 GT-AG 0 1.9467698257498105e-05 542 rna-XM_014874151.1 34283732 9 7174929 7175470 Sturnus vulgaris 9172 AAG|GTATGGGTTT...AAGCTTTTACTT/AAAGCTTTTACT...TCTAG|GTG 1 1 62.679
192053943 GT-AG 0 3.4641940204408804e-05 642 rna-XM_014874151.1 34283732 10 7175662 7176303 Sturnus vulgaris 9172 TTT|GTAAGTAGAA...TTTTTTTTATTC/GTTTTTTTTATT...TCTAG|ATT 0 1 69.865
192053944 GT-AG 0 1.000000099473604e-05 476 rna-XM_014874151.1 34283732 11 7176457 7176932 Sturnus vulgaris 9172 CAG|GTAAGGAAAG...GATTTCTTTTTG/GAGGCTCTGATT...TCTAG|CAC 0 1 75.621
192053945 GT-AG 0 1.000000099473604e-05 707 rna-XM_014874151.1 34283732 12 7177136 7177842 Sturnus vulgaris 9172 CCG|GTTCGTATGA...CTTTTTTTTTCT/TTGAGGATAACT...CACAG|GAA 2 1 83.258
192053946 GT-AG 0 1.000000099473604e-05 499 rna-XM_014874151.1 34283732 13 7177959 7178457 Sturnus vulgaris 9172 CTG|GTGAGCGACT...TGGTTATTGCTA/CAGGTGGTTATT...CGCAG|GCC 1 1 87.622
192053947 GT-AG 0 1.000000099473604e-05 1090 rna-XM_014874151.1 34283732 14 7178622 7179711 Sturnus vulgaris 9172 ACG|GTGAGTGCGG...TTGTCCTTTTCT/TGAACAATCATA...TTCAG|GTC 0 1 93.792

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