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

✎ 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
18022538 GT-AG 0 0.0037597827390607 893 rna-XM_020392939.1 3611958 1 71863104 71863996 Asparagus officinalis 4686 ATG|GTACTTTCTT...TGCTTCTTGAAC/GCGTTCTTCATC...TACAG|GTT 0 1 31.71
18022539 GT-AG 0 0.0093289822783301 109 rna-XM_020392939.1 3611958 2 71862863 71862971 Asparagus officinalis 4686 GAA|GTATGAGTTC...TTTTCCTTAATA/TTTTTCCTTAAT...GCTAG|ATG 0 1 35.754
18022540 GT-AG 0 3.685142284881152e-05 105 rna-XM_020392939.1 3611958 3 71862533 71862637 Asparagus officinalis 4686 GAA|GTAATTTAAG...GTTTTCATATCT/ATTGTTTTCATA...TTTAG|GCA 0 1 42.647
18022541 GT-AG 0 1.000000099473604e-05 127 rna-XM_020392939.1 3611958 4 71862280 71862406 Asparagus officinalis 4686 CAG|GTTATTTCTT...GAATTCTCAGAT/TTAGGACTAATG...TATAG|GGA 0 1 46.507
18022542 GT-AG 0 0.0003938375013395 557 rna-XM_020392939.1 3611958 5 71861660 71862216 Asparagus officinalis 4686 CAG|GTGCCATTTA...TAAACTTTAAAG/ACAAGACTAAAC...AGCAG|GAG 0 1 48.438
18022543 GT-AG 0 1.6987666184078583e-05 242 rna-XM_020392939.1 3611958 6 71861332 71861573 Asparagus officinalis 4686 TAT|GTGAGCTACT...CTTTTATTAACA/CTTTTATTAACA...ACCAG|GTA 2 1 51.072
18022544 GT-AG 0 4.198945649034692e-05 269 rna-XM_020392939.1 3611958 7 71860831 71861099 Asparagus officinalis 4686 GAG|GTGGTTTTTA...ATTTTCTTAATT/TAATTTTTCATT...TGCAG|AAT 0 1 58.18
18022545 GT-AG 0 0.0030440201434108 74 rna-XM_020392939.1 3611958 8 71860443 71860516 Asparagus officinalis 4686 CAA|GTATGGTTTA...TCTTTCGTATTT/ACTAAACTCAAT...TTCAG|GCT 2 1 67.8
18022546 GT-AG 0 1.4249197842560651e-05 89 rna-XM_020392939.1 3611958 9 71860269 71860357 Asparagus officinalis 4686 TTG|GTATGGGGTT...CTTTCCTGAAAT/TTTTTGCTAATT...CTCAG|GAA 0 1 70.404
18022547 GT-AG 0 3.590420372263896e-05 93 rna-XM_020392939.1 3611958 10 71860109 71860201 Asparagus officinalis 4686 CAG|GTTTGTTTAC...ATGTTTTCGATG/TAATTGCTCATA...TTCAG|ATA 1 1 72.457
18022548 GT-AG 0 1.000000099473604e-05 83 rna-XM_020392939.1 3611958 11 71859748 71859830 Asparagus officinalis 4686 AAG|GTTAAGTTTT...TTTGTCTTGTAT/TTTGTTTTTAAA...TTCAG|AAT 0 1 80.974
18022549 GT-AG 0 1.000000099473604e-05 81 rna-XM_020392939.1 3611958 12 71859601 71859681 Asparagus officinalis 4686 CAG|GTGAATCCAG...ATATTCTTCACT/ATATTCTTCACT...TGTAG|CTA 0 1 82.996
18022550 GT-AG 0 0.0038086885494282 408 rna-XM_020392939.1 3611958 13 71859071 71859478 Asparagus officinalis 4686 CTG|GTATGTTTTC...TTCAATTTATTG/TTATTGTTCATA...ATCAG|GTG 2 1 86.734
18022551 GT-AG 0 0.0003704871619906 96 rna-XM_020392939.1 3611958 14 71858818 71858913 Asparagus officinalis 4686 AAG|GTTTTTATTC...TTCTTCTTATAT/CTTATATTTATC...TCTAG|TTA 0 1 91.544

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