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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, score, phase

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
213932858 GT-AG 0 0.0003902611279672 289 rna-XM_025070494.1 38690309 1 30969176 30969464 Ziziphus jujuba 326968 CTG|GTAAGCTTTT...CAATCTTTCATT/CAATCTTTCATT...CTTAG|ATC 1 1 23.714
213932859 GT-AG 0 0.0005488456346548 84 rna-XM_025070494.1 38690309 2 30969567 30969650 Ziziphus jujuba 326968 TAG|GTACCAATTC...AATTTCAAAATA/CAATTTCAAAAT...GACAG|GAA 1 1 25.78
213932860 GT-AG 0 1.0094219946324409e-05 151 rna-XM_025070494.1 38690309 3 30969866 30970016 Ziziphus jujuba 326968 AAG|GTTTTGTTAT...TTTTTTTTTTCT/GTTGCAATAATT...TGCAG|GGA 0 1 30.134
213932861 GT-AG 0 1.000000099473604e-05 152 rna-XM_025070494.1 38690309 4 30970225 30970376 Ziziphus jujuba 326968 TCG|GTTCGTATAT...ATTGATTTATCT/AGTGTATTGATT...TGCAG|ATC 1 1 34.346
213932862 GT-AG 0 4.322485622643271e-05 93 rna-XM_025070494.1 38690309 5 30970615 30970707 Ziziphus jujuba 326968 TTA|GTAAGTATAT...TTCTTCTTCTTT/TAGCGTTTAATT...ACAAG|TGG 2 1 39.166
213932863 GT-AG 0 1.000000099473604e-05 89 rna-XM_025070494.1 38690309 6 30970859 30970947 Ziziphus jujuba 326968 TAT|GTAAGTGACA...TGTATTTGAATT/CTGTATTTGAAT...TGTAG|GCT 0 1 42.224
213932864 TA-AG 0 2.2867928484424328e-05 1649 rna-XM_025070494.1 38690309 7 30971239 30972887 Ziziphus jujuba 326968 CGA|TAACAGCTTT...CCAACATTAAGT/AAGTAGCTCATG...TTCAG|GCG 0 1 48.117
213932865 GC-AG 0 1.000000099473604e-05 3246 rna-XM_025070494.1 38690309 8 30973043 30976288 Ziziphus jujuba 326968 AAG|GCAAAGCTCT...TTTTGTTTGACA/TTTTGTTTGACA...CTTAG|AAT 2 1 51.256
213932866 GT-AG 0 1.000000099473604e-05 336 rna-XM_025070494.1 38690309 9 30977470 30977805 Ziziphus jujuba 326968 CTG|GTAAGTATTG...CATTCCTTTTCT/ACAGTGTTCATT...CTTAG|ATC 1 1 75.172
213932867 GT-AG 0 0.0003820089671015 85 rna-XM_025070494.1 38690309 10 30977920 30978004 Ziziphus jujuba 326968 CAG|GTACCAATTC...TTTTCCATATGA/AATTTTTCCATA...GACAG|GAA 1 1 77.481
213932868 GT-AG 0 0.0052241034861521 125 rna-XM_025070494.1 38690309 11 30978220 30978344 Ziziphus jujuba 326968 AAA|GTATATATTA...GTAACCTGGAAA/AAAAAATTTATG...TGCAG|GGA 0 1 81.835
213932869 GT-AG 0 1.000000099473604e-05 88 rna-XM_025070494.1 38690309 12 30978553 30978640 Ziziphus jujuba 326968 TTG|GTTCGTATAT...TTTTTCTTCATT/TTTTTCTTCATT...TGCAG|ATC 1 1 86.047
213932870 GT-AG 0 2.447834852260712e-05 163 rna-XM_025070494.1 38690309 13 30978879 30979041 Ziziphus jujuba 326968 ATA|GTAAGTAACT...GATGCTTTATTG/CCTTTTGTGATT...ACTAG|TGG 2 1 90.867
213932871 GT-AG 0 1.3569661526153482e-05 97 rna-XM_025070494.1 38690309 14 30979193 30979289 Ziziphus jujuba 326968 TAC|GTAAGTGACA...CTTGTTTTAACA/CTTGTTTTAACA...TGAAG|GCT 0 1 93.925

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