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)

12 rows where transcript_id = 23220200

✎ 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
126296483 GT-AG 0 0.0149020643770045 86 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA973075 23220200 1 2877765 2877850 Neocallimastix sp. jgi-2020a 2767002 ACG|GTATATTATT...ACGTACTTATTT/CACGTACTTATT...TTTAG|AAT 0 1 2.275
126296484 GT-AG 0 0.0002174876687998 119 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA973075 23220200 2 2877910 2878028 Neocallimastix sp. jgi-2020a 2767002 AGA|GTAAAATTTA...ATATTTTTATTA/AATATTTTTATT...TATAG|AGA 2 1 3.995
126296485 GT-AG 0 0.00200674701882 98 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA973075 23220200 3 2878185 2878282 Neocallimastix sp. jgi-2020a 2767002 TTG|GTATTAATTA...ATTTTTTTATTT/CATTTTTTTATT...TTTAG|GAA 2 1 8.545
126296486 GT-AG 0 0.0209359746501307 157 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA973075 23220200 4 2878293 2878449 Neocallimastix sp. jgi-2020a 2767002 GAG|GTATTTTTAT...TAAATTTTATTT/TTAAATTTTATT...AATAG|ACA 0 1 8.836
126296487 GT-AG 0 2.4393275221482403e-05 105 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA973075 23220200 5 2879098 2879202 Neocallimastix sp. jgi-2020a 2767002 GAG|GTAGTTATTT...TATTTATTAAAT/GTAATATTTATT...TGTAG|ATT 0 1 27.734
126296488 GT-AG 0 1.000000099473604e-05 73 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA973075 23220200 6 2879350 2879422 Neocallimastix sp. jgi-2020a 2767002 ATG|GTAAGAATAA...TAAACTTTATTT/TTTATTTTCAAT...ATAAG|CGA 0 1 32.021
126296489 GT-AG 0 0.068311034923811 124 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA973075 23220200 7 2879596 2879719 Neocallimastix sp. jgi-2020a 2767002 CAA|GTATTTATTA...AATTTTTTAAAT/TCAATTTTCATT...TCTAG|TAA 2 1 37.066
126296490 GT-AG 0 1.7899803790222653e-05 132 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA973075 23220200 8 2880247 2880378 Neocallimastix sp. jgi-2020a 2767002 CTC|GTAAATAAAT...ATTTTCATATCT/AACATTTTCATA...TATAG|CTT 1 1 52.435
126296491 GT-AG 0 1.000000099473604e-05 141 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA973075 23220200 9 2880802 2880942 Neocallimastix sp. jgi-2020a 2767002 CAG|GTAATATAAT...TATTTTTTATTA/ATTATTTTCATT...ATAAG|TTC 1 1 64.771
126296492 GT-AG 0 1.000000099473604e-05 240 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA973075 23220200 10 2881128 2881367 Neocallimastix sp. jgi-2020a 2767002 AGG|GTGATTATTT...TTTTTTTTATAA/TTTTTTTTTATA...TCTAG|TTG 0 1 70.166
126296493 GT-AG 0 7.708806548174858e-05 97 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA973075 23220200 11 2881828 2881924 Neocallimastix sp. jgi-2020a 2767002 AAG|GTAAATTTTT...AATTTATTAATA/AATTTATTAATA...AATAG|CAT 1 1 83.581
126296494 GT-AG 0 5.262706432455237e-05 151 rna-gnl|WGS:JACVTC|H8356DRAFT_mRNA973075 23220200 12 2882176 2882326 Neocallimastix sp. jgi-2020a 2767002 ATA|GTAAGTAATA...TTTTTTTTAATT/TTTTTTTTAATT...TAAAG|GTG 0 1 90.901

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