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

✎ 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
106845450 GT-AG 0 0.483113317340004 548 rna-gnl|WGS:VWYV|LOPRUF_R13205_mrna 19948530 1 1294825 1295372 Lophotis ruficrista 172689 TCG|GTAACCTTTT...ACTTCATTACTC/TCATTACTCAAT...TGTAG|ATA 1 1 6.061
106845451 GT-AG 0 8.625344101189421e-05 1171 rna-gnl|WGS:VWYV|LOPRUF_R13205_mrna 19948530 2 1293567 1294737 Lophotis ruficrista 172689 TGA|GTAAGTTGAA...GTCACTTTGAAG/CATATTTTAAAC...TCCAG|CTC 1 1 9.356
106845452 GT-AG 0 0.0006525209759164 744 rna-gnl|WGS:VWYV|LOPRUF_R13205_mrna 19948530 3 1292720 1293463 Lophotis ruficrista 172689 AAG|GTATTTAATA...GTCTCTTTCCCT/ACAGTGCTGAGT...ATCAG|TGA 2 1 13.258
106845453 GT-AG 0 1.000000099473604e-05 496 rna-gnl|WGS:VWYV|LOPRUF_R13205_mrna 19948530 4 1292040 1292535 Lophotis ruficrista 172689 AAG|GTAGGTTAGA...ACTTTCTTTTTT/AAACATTTCATA...GATAG|GAA 0 1 20.227
106845454 GT-AG 0 5.736330756903496e-05 1218 rna-gnl|WGS:VWYV|LOPRUF_R13205_mrna 19948530 5 1290654 1291871 Lophotis ruficrista 172689 CAG|GTATTACTTT...CTTTTTTTTTTT/AATGGTTTCACT...TTCAG|TTG 0 1 26.591
106845455 GT-AG 0 1.000000099473604e-05 751 rna-gnl|WGS:VWYV|LOPRUF_R13205_mrna 19948530 6 1289805 1290555 Lophotis ruficrista 172689 TAG|GTAATTAGAA...TTTACCTTACTG/TTTTACCTTACT...AACAG|TAT 2 1 30.303
106845456 GT-AG 0 1.000000099473604e-05 280 rna-gnl|WGS:VWYV|LOPRUF_R13205_mrna 19948530 7 1289425 1289704 Lophotis ruficrista 172689 AAG|GTGAAGTTTT...GTTTTTTTACCT/GGTTTTTTTACC...TGCAG|GTT 0 1 34.091
106845457 GT-AG 0 2.7660168912270302e-05 488 rna-gnl|WGS:VWYV|LOPRUF_R13205_mrna 19948530 8 1288852 1289339 Lophotis ruficrista 172689 CTG|GTAAGTTACA...TTTTTTTTAAAT/TTTTTTTTAAAT...TTTAG|AGT 1 1 37.311
106845458 GT-AG 0 0.0028682637546509 1040 rna-gnl|WGS:VWYV|LOPRUF_R13205_mrna 19948530 9 1287639 1288678 Lophotis ruficrista 172689 GAA|GTTTTTTGTG...AGAATCTTAAAA/TATTATTTTATT...TGAAG|AAG 0 1 43.864
106845459 GT-AG 0 0.001324919391125 864 rna-gnl|WGS:VWYV|LOPRUF_R13205_mrna 19948530 10 1285873 1286736 Lophotis ruficrista 172689 CAG|GTATTTTCAC...TAATTTATAATC/ATGTAATTTATA...TGCAG|TAA 2 1 78.03
106845460 GT-AG 0 5.810281027155115e-05 489 rna-gnl|WGS:VWYV|LOPRUF_R13205_mrna 19948530 11 1285216 1285704 Lophotis ruficrista 172689 AGT|GTAAGTATTT...AATACCATATTT/CTGGTCTACACT...TTCAG|GCC 2 1 84.394
106845461 GT-AG 0 1.000000099473604e-05 950 rna-gnl|WGS:VWYV|LOPRUF_R13205_mrna 19948530 12 1284165 1285114 Lophotis ruficrista 172689 ATG|GTGAGTTTGG...TGTTTATTAATT/TGTTTATTAATT...TTCAG|CTC 1 1 88.22
106845462 GT-AG 0 9.54864571901986e-05 381 rna-gnl|WGS:VWYV|LOPRUF_R13205_mrna 19948530 13 1283614 1283994 Lophotis ruficrista 172689 TCT|GTAAGTACTG...TTTGCCTTTACT/TTTGCCTTTACT...TGCAG|GTG 0 1 94.659

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