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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, 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
209850057 GT-AG 0 1.000000099473604e-05 95 rna-XM_028059726.1 38015501 1 41672380 41672474 Vigna unguiculata 3917 AAG|GTTGGTTTCG...CACTTCTTGCCT/CACTTTCTCACT...TGCAG|GTT 0 1 7.615
209850058 GC-AG 0 1.000000099473604e-05 189 rna-XM_028059726.1 38015501 2 41672053 41672241 Vigna unguiculata 3917 CAG|GCAGGGTTTC...GAATTATTGATT/GAATTATTGATT...TTCAG|CTG 0 1 11.189
209850059 GT-AG 0 0.0002216279395763 105 rna-XM_028059726.1 38015501 3 41671864 41671968 Vigna unguiculata 3917 CAG|GTTTTTCTTC...GTGTTTTTGAAC/TTGAGTCTGATG...GCTAG|ACG 0 1 13.364
209850060 GT-AG 0 0.0001219815253268 90 rna-XM_028059726.1 38015501 4 41671657 41671746 Vigna unguiculata 3917 GAA|GTAAGCATTC...ATTTTTGTGACG/CGTTTACTAACT...CACAG|GAG 0 1 16.395
209850061 GT-AG 0 1.000000099473604e-05 88 rna-XM_028059726.1 38015501 5 41671509 41671596 Vigna unguiculata 3917 GAG|GTTGATTAAC...TTAACCTTGTCA/ACCTGTTTAACC...TGCAG|ATA 0 1 17.949
209850062 GT-AG 0 3.38663845196586e-05 86 rna-XM_028059726.1 38015501 6 41671369 41671454 Vigna unguiculata 3917 CAG|GTAAATTCTA...TCGTGCTTAGCA/CTGGAACTGATA...TCCAG|ATT 0 1 19.347
209850063 GT-AG 0 0.0008325597538716 456 rna-XM_028059726.1 38015501 7 41670820 41671275 Vigna unguiculata 3917 AAG|GTATTTGTTA...CTGTCTTTCATA/GTTTTACTGATA...TGCAG|GGA 0 1 21.756
209850064 GT-AG 0 1.000000099473604e-05 247 rna-XM_028059726.1 38015501 8 41670477 41670723 Vigna unguiculata 3917 AAG|GTGATACACT...AGTATTTTAATG/AGTATTTTAATG...TGCAG|AGT 0 1 24.242
209850065 GT-AG 0 0.0076744706983513 376 rna-XM_028059726.1 38015501 9 41669955 41670330 Vigna unguiculata 3917 TGG|GTATGGTTTA...ATTTCTTTATTA/GATTTCTTTATT...TGCAG|GAA 2 1 28.024
209850066 GT-AG 0 1.0598017398854815e-05 92 rna-XM_028059726.1 38015501 10 41669713 41669804 Vigna unguiculata 3917 AAG|GTAGTATGTG...AATTTTTTAAAT/AATTTTTTAAAT...TGCAG|TTG 2 1 31.909
209850067 GT-AG 0 0.000668263303856 71 rna-XM_028059726.1 38015501 11 41669512 41669582 Vigna unguiculata 3917 CGG|GTATATAGTC...CCATTCTTCATT/CCATTCTTCATT...GACAG|GAT 0 1 35.276
209850068 GT-AG 0 1.000000099473604e-05 85 rna-XM_028059726.1 38015501 12 41668401 41668485 Vigna unguiculata 3917 AAA|GTAGGTGTAA...CTCCTTTTACTT/CTTGAATTCATT...TTTAG|GCA 0 1 61.849
209850069 GT-AG 0 4.445982165120463e-05 85 rna-XM_028059726.1 38015501 13 41668217 41668301 Vigna unguiculata 3917 CTG|GTAAATTTCT...ATGTTATTAATG/ATGTTATTAATG...TGTAG|GTG 0 1 64.413
209850070 GT-AG 0 1.000000099473604e-05 85 rna-XM_028059726.1 38015501 14 41667979 41668063 Vigna unguiculata 3917 AAG|GTAGAAATAT...ATGCTCATAATG/TTTATGCTCATA...AACAG|TTG 0 1 68.376
209850071 GT-AG 0 1.000000099473604e-05 420 rna-XM_028059726.1 38015501 15 41666641 41667060 Vigna unguiculata 3917 CAG|GTTAGCAATA...CACTTTTTAAAC/CTGAGCCTCACT...TGCAG|AAA 0 1 92.152

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