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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
38393998 GT-AG 0 4.230642876174004e-05 82 Ceric.01G059600.1.v2.1 7347006 1 124811136 124811217 Ceratopteris richardii 49495 GAG|GTTTATGTGG...GTTTCCTTTTCT/TTCAAATTGAGT...TACAG|GTC 0 1 9.302
38393999 GT-AG 0 1.000000099473604e-05 244 Ceric.01G059600.1.v2.1 7347006 2 124811407 124811650 Ceratopteris richardii 49495 CTG|GTGGGTATCA...GCATTGTTGACA/GCATTGTTGACA...TGCAG|GTT 0 1 17.013
38394000 GT-AG 0 1.000000099473604e-05 101 Ceric.01G059600.1.v2.1 7347006 3 124811705 124811805 Ceratopteris richardii 49495 AAG|GTAGAACCAG...TTTTTCTTTTTT/GGTTCACTTATG...TTTAG|GGC 0 1 19.217
38394001 GT-AG 0 1.000000099473604e-05 71 Ceric.01G059600.1.v2.1 7347006 4 124811895 124811965 Ceratopteris richardii 49495 AAG|GTAATTAGGA...GCATTATTAATG/GCATTATTAATG...GACAG|CTC 2 1 22.848
38394002 GT-AG 0 1.000000099473604e-05 134 Ceric.01G059600.1.v2.1 7347006 5 124812243 124812376 Ceratopteris richardii 49495 CAG|GTAAGCTGAA...ATTGTTTTCACG/ATTGTTTTCACG...TCCAG|GAT 0 1 34.149
38394003 GT-AG 0 0.0045699135959898 104 Ceric.01G059600.1.v2.1 7347006 6 124812434 124812537 Ceratopteris richardii 49495 GAG|GTACCTGGTG...TTGTCTGTACCT/TTGTAGCTCATG...CCCAG|ATT 0 1 36.475
38394004 GT-AG 0 0.0018182212549663 12545 Ceric.01G059600.1.v2.1 7347006 7 124812570 124825114 Ceratopteris richardii 49495 TAG|GTATTTTCTA...GGGTCCTCGTTT/TTCTGGGTTATG...TCCAG|TGC 2 1 37.78
38394005 GT-AG 0 0.008097955259605 86 Ceric.01G059600.1.v2.1 7347006 8 124825251 124825336 Ceratopteris richardii 49495 CAG|GTATGCATTC...AAGATTTTATTC/CAAGATTTTATT...TCCAG|ATG 0 1 43.329
38394006 GT-AG 0 1.000000099473604e-05 90 Ceric.01G059600.1.v2.1 7347006 9 124825505 124825594 Ceratopteris richardii 49495 CAG|GTTGGATTGT...GGTTTCTAAACC/ACCTTTCTCATG...AGTAG|GTT 0 1 50.184
38394007 GT-AG 0 1.000000099473604e-05 71 Ceric.01G059600.1.v2.1 7347006 10 124826252 124826322 Ceratopteris richardii 49495 GAG|GTAAGATGCT...CGTCCCTTATCC/TGTTTTCTTAGA...GTCAG|GAG 0 1 76.989
38394008 GT-AG 0 0.0002312240050751 77 Ceric.01G059600.1.v2.1 7347006 11 124826461 124826537 Ceratopteris richardii 49495 GAG|GTTTGCAGTA...TTTGTTTTGATT/TTTGTTTTGATT...GGCAG|GTT 0 1 82.619
38394009 GT-AG 0 1.000000099473604e-05 4624 Ceric.01G059600.1.v2.1 7347006 12 124826637 124831260 Ceratopteris richardii 49495 ACG|GTAATGCTTG...TAGTTTTTGACG/TAGTTTTTGACG...TTCAG|GGT 0 1 86.659
38394010 GT-AG 0 1.000000099473604e-05 84 Ceric.01G059600.1.v2.1 7347006 13 124831362 124831445 Ceratopteris richardii 49495 CAG|GTAATGTTTC...CAGACTTTAAAG/AATATTTTAAAA...TGCAG|TAG 2 1 90.779
38394011 GT-AG 0 1.000000099473604e-05 530 Ceric.01G059600.1.v2.1 7347006 14 124831537 124832066 Ceratopteris richardii 49495 AAG|GTTTGCAATT...TTAGCTATATAA/GTGTTGCTAATA...TGCAG|GAG 0 1 94.492

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