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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
143077352 GT-AG 0 0.0321837365647797 404 rna-XM_025956971.1 25832504 2 629989 630392 Panicum hallii 206008 CAG|GTACCTCATG...TGTGTCTTATTT/TTGTGTCTTATT...TGCAG|CTG 1 1 10.037
143077353 GT-AG 0 0.0001985221965251 528 rna-XM_025956971.1 25832504 3 629411 629938 Panicum hallii 206008 AAG|GTATTACTAT...CTTTCCTTACTG/CTGATACTAACT...TGCAG|GTT 0 1 10.77
143077354 GT-AG 0 1.000000099473604e-05 263 rna-XM_025956971.1 25832504 4 629007 629269 Panicum hallii 206008 AAG|GTAAGAACTA...ATTTATTTAAAT/ATTTATTTAAAT...TGCAG|GAG 0 1 12.839
143077355 GT-AG 0 0.0071791720227139 137 rna-XM_025956971.1 25832504 5 628618 628754 Panicum hallii 206008 GAG|GTACTTTGTA...AAATTCTTAACC/AAATTCTTAACC...CACAG|AAC 0 1 16.537
143077356 GT-AG 0 0.0007985567321748 83 rna-XM_025956971.1 25832504 6 628397 628479 Panicum hallii 206008 AAG|GTGCCTTTCA...TTGCTTTTATAC/TTTGCTTTTATA...TGTAG|GAT 0 1 18.562
143077357 GT-AG 0 0.0048014016838977 97 rna-XM_025956971.1 25832504 7 628000 628096 Panicum hallii 206008 AAG|GTTTGCTTTC...TTCTTCTTGGCT/AAGTTATTGACA...AACAG|TGC 0 1 22.964
143077358 GT-AG 0 1.000000099473604e-05 467 rna-XM_025956971.1 25832504 8 627365 627831 Panicum hallii 206008 CAA|GTGAGTTATG...TTGTTTTTTGCA/ATAATTCTAATT...AACAG|TCT 0 1 25.429
143077359 GT-AG 0 1.000000099473604e-05 78 rna-XM_025956971.1 25832504 9 626371 626448 Panicum hallii 206008 CAG|GTAAAACGAT...CTGTTCTTAGGT/ATTGTTCTAATA...CAAAG|GGA 1 1 38.87
143077360 GT-AG 0 0.0009405377148992 355 rna-XM_025956971.1 25832504 10 625930 626284 Panicum hallii 206008 CCG|GTATGTATTA...TCTCCCATGAAT/CCAGATTTAATT...TGCAG|GAT 0 1 40.132
143077361 GT-AG 0 1.000000099473604e-05 431 rna-XM_025956971.1 25832504 11 625394 625824 Panicum hallii 206008 TTG|GTAAGATAGG...AGTTTTTTAATA/CTGGTTTTAATC...TTCAG|TGT 0 1 41.673
143077362 GT-AG 0 1.1570705611301316e-05 494 rna-XM_025956971.1 25832504 12 623838 624331 Panicum hallii 206008 CAG|GTATTACACT...ATACCCTTCTTA/ATATGTTTCAGT...TTTAG|GAA 0 1 57.256
143077363 GT-AG 0 1.3936837527945668e-05 123 rna-XM_025956971.1 25832504 13 623594 623716 Panicum hallii 206008 ATG|GTACTGTTGC...TGATCCATTGCT/GCAGCATTCATC...GACAG|GTC 1 1 59.032
143077364 GT-AG 0 0.000112227484722 100 rna-XM_025956971.1 25832504 14 622010 622109 Panicum hallii 206008 AAG|GTTTGCATAT...TCTTCCTTCTAT/CATATGCTAATC...GACAG|AAA 0 1 80.807
143077365 GT-AG 0 0.0152175988862425 476 rna-XM_025956971.1 25832504 15 621341 621816 Panicum hallii 206008 AAG|GTACCATTAC...TCTTCCTTTTTT/TGAGTAATGATT...TACAG|AGA 1 1 83.639
143090283 GT-AG 0 0.0014211334858373 285 rna-XM_025956971.1 25832504 1 630865 631149 Panicum hallii 206008 GAG|GTATAATTTC...GTTTGTTTGATG/TTGTGACTGACA...GCTAG|GGA   0 3.243

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