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)

15 rows where transcript_id = 8980504

✎ 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
48348088 GT-AG 0 6.95626227678951e-05 4480 rna-XM_010195961.1 8980504 1 105763 110242 Colius striatus 57412 AAG|GTATTATAAT...TTTTTTCTGACT/TTTTTTCTGACT...TCCAG|CTG 1 1 60.394
48348089 GT-AG 0 1.000000099473604e-05 65341 rna-XM_010195961.1 8980504 2 40332 105672 Colius striatus 57412 GTG|GTGAGTACTC...ATAACTTTATCA/AACTTTATCATT...TGCAG|GAG 1 1 61.66
48348090 GT-AG 0 2.7526547446800068e-05 2319 rna-XM_010195961.1 8980504 3 37866 40184 Colius striatus 57412 TAA|GTAAGTTCAA...AATTTCTGATTT/GAATTTCTGATT...GGCAG|GTA 1 1 63.727
48348091 GT-AG 0 1.000000099473604e-05 2695 rna-XM_010195961.1 8980504 4 34940 37634 Colius striatus 57412 ATG|GTAAGAACCC...GGAGCCATGAAT/TGTAAATTCATG...TGTAG|AAT 1 1 66.976
48348092 GT-AG 0 1.000000099473604e-05 952 rna-XM_010195961.1 8980504 5 33862 34813 Colius striatus 57412 AAG|GTAACAGAAT...ATTGCTTGCACC/ATTGCTTGCACC...CCCAG|GAA 1 1 68.748
48348093 GT-AG 0 1.000000099473604e-05 11242 rna-XM_010195961.1 8980504 6 22368 33609 Colius striatus 57412 ATG|GTAAGAAATC...TTACCTTCAGCC/GTGGACATTATT...ACCAG|AAC 1 1 72.293
48348094 GT-AG 0 1.000000099473604e-05 1543 rna-XM_010195961.1 8980504 7 20675 22217 Colius striatus 57412 AAG|GTGGGTTATT...ATGTTTTTAATC/ATGTTTTTAATC...GGTAG|CTG 1 1 74.402
48348095 GT-AG 0 1.000000099473604e-05 271 rna-XM_010195961.1 8980504 8 20194 20464 Colius striatus 57412 ACT|GTGAGTAATA...ACTTTTGTAATT/TTATATTTCACA...CACAG|TGC 1 1 77.356
48348096 GT-AG 0 1.000000099473604e-05 881 rna-XM_010195961.1 8980504 9 19115 19995 Colius striatus 57412 CTG|GTAAGTTCTT...AACACCTAAGTT/CATGATATTACC...TTCAG|GTG 1 1 80.141
48348097 GT-AG 0 1.000000099473604e-05 77 rna-XM_010195961.1 8980504 10 18873 18949 Colius striatus 57412 ACA|GTAAGAAATT...GGAAGCTTATTT/TGGAAGCTTATT...TGCAG|AGG 1 1 82.461
48348098 GT-AG 0 1.000000099473604e-05 2281 rna-XM_010195961.1 8980504 11 16409 18689 Colius striatus 57412 AAG|GTAGGATCAT...GATTTATTAGCA/AAGTGTCTCATT...TTTAG|AAA 1 1 85.035
48348099 GT-AG 0 1.2065252154225086e-05 889 rna-XM_010195961.1 8980504 12 15389 16277 Colius striatus 57412 CAG|GTAACAAACT...GTTTGTTTATTT/TGGCTTTTCATT...GTCAG|ACA 0 1 86.878
48348100 GT-AG 0 1.000000099473604e-05 1528 rna-XM_010195961.1 8980504 13 13702 15229 Colius striatus 57412 ACA|GTGAGTATCT...AAATCGTTAATA/AAATCGTTAATA...TGCAG|GCT 0 1 89.114
48348101 GT-AG 0 1.000000099473604e-05 3435 rna-XM_010195961.1 8980504 14 9963 13397 Colius striatus 57412 AAG|GTAAGGCATC...TTCCTCTGGACA/GTATAGATTATT...ATTAG|GTC 1 1 93.39
48348102 GT-AG 0 4.998894642446798e-05 623 rna-XM_010195961.1 8980504 15 9208 9830 Colius striatus 57412 ATG|GTATGATAAA...GAGCTCTGAACA/TATAAATTAATG...TTTAG|GCA 1 1 95.246

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