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

✎ 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
140324542 GT-AG 0 1.000000099473604e-05 289 rna-XM_015757213.2 25439120 1 43214692 43214980 Oryza sativa 4530 CCC|GTAAGTGCTG...TTTTGTTTATTT/TTTTTGTTTATT...GGAAG|GAT 0 1 3.018
140324543 GT-AG 0 1.000000099473604e-05 680 rna-XM_015757213.2 25439120 2 43213949 43214628 Oryza sativa 4530 AAG|GTCAGACACA...TTTTCTTTCACT/TTTTCTTTCACT...TGCAG|CTC 0 1 4.11
140324544 GT-AG 0 0.0066224591864928 761 rna-XM_015757213.2 25439120 3 43213110 43213870 Oryza sativa 4530 TGG|GTATTTTCCT...GTCACCTTTTTC/TTTCCACTGACT...TATAG|GCA 0 1 5.463
140324545 GT-AG 0 0.0053013003072803 181 rna-XM_015757213.2 25439120 4 43212837 43213017 Oryza sativa 4530 CAA|GTATGTTAAT...TCAATCTTGAAT/CATTGATTGACT...TTCAG|GAA 2 1 7.059
140324546 GT-AG 0 1.000000099473604e-05 895 rna-XM_015757213.2 25439120 5 43211839 43212733 Oryza sativa 4530 GAG|GTAGATCATA...TTGTTTCTACTC/TCTACTCTTATT...GATAG|GCT 0 1 8.845
140324547 GT-AG 0 0.1069233924718831 1489 rna-XM_015757213.2 25439120 6 43210197 43211685 Oryza sativa 4530 AGG|GTATGCTTTA...GTTGCCTTCTTT/CTTCTACTAATG...TATAG|GTA 0 1 11.498
140324548 GT-AG 0 4.373965692883141 74 rna-XM_015757213.2 25439120 7 43209464 43209537 Oryza sativa 4530 GAG|GTACCCTTTT...TTTGTTTTCATT/TTTGTTTTCATT...CCCAG|ACA 2 1 22.928
140324549 GT-AG 0 4.165343034659545e-05 837 rna-XM_015757213.2 25439120 8 43208137 43208973 Oryza sativa 4530 ATG|GTAAGCTCAA...CGCTTTTTACCA/GCGCTTTTTACC...TGCAG|GAC 0 1 31.426
140324550 GT-AG 0 8.224221317568528e-05 468 rna-XM_015757213.2 25439120 9 43207184 43207651 Oryza sativa 4530 ATG|GTATGTGCTT...GTGGGTTTGATA/ATGTTGCTGATG...TGCAG|TGC 2 1 39.837
140324551 GT-AG 0 1.000000099473604e-05 239 rna-XM_015757213.2 25439120 10 43206146 43206384 Oryza sativa 4530 ACG|GTAAGAATCT...ATGAACTTAATA/AATGAACTTAAT...TGCAG|GGA 0 1 53.694
140324552 GT-AG 0 1.7600983582143295e-05 85 rna-XM_015757213.2 25439120 11 43205370 43205454 Oryza sativa 4530 AAG|GTAAGCTAAC...TGATCTATAATA/AGTCATTTCATA...GGCAG|ACA 1 1 65.678
140324553 GT-AG 0 0.0002818371248483 74 rna-XM_015757213.2 25439120 12 43204232 43204305 Oryza sativa 4530 AGG|GTATGTATAT...TGTTTTCTAGTT/TGATGGCTTATA...CCTAG|GTT 0 1 84.131
140324554 GT-AG 0 1.3477101252764152e-05 495 rna-XM_015757213.2 25439120 13 43203281 43203775 Oryza sativa 4530 CAG|GTATTACACT...ATGATTTTACCC/AATGATTTTACC...TACAG|GTC 0 1 92.04
140324555 GT-AG 0 1.000000099473604e-05 85 rna-XM_015757213.2 25439120 14 43202965 43203049 Oryza sativa 4530 CAG|GTAATACCTT...TGTCTCTAAGCT/TTGTCTCTAAGC...TACAG|AAC 0 1 96.046

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