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

✎ 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
106117997 GT-AG 0 1.000000099473604e-05 110 rna-XM_022022388.1 19819708 1 395969 396078 Lobosporangium transversale 64571 CAG|GTGTGTACGG...TCTTCGTTAATA/CCAAAACTTACT...TTAAG|GAT 0 1 11.059
106117998 GT-AG 0 0.000323424586297 102 rna-XM_022022388.1 19819708 2 395771 395872 Lobosporangium transversale 64571 ACA|GTAAGCCACA...CATGCTTTATTT/TCATGCTTTATT...GTTAG|CTT 0 1 14.785
106117999 GT-AG 0 0.0001333187349868 98 rna-XM_022022388.1 19819708 3 395535 395632 Lobosporangium transversale 64571 ATG|GTAACATTCT...CGAGCTTGGAAA/TGCAGACTAATC...TTTAG|GAT 0 1 20.14
106118000 GT-AG 0 1.000000099473604e-05 106 rna-XM_022022388.1 19819708 4 395405 395510 Lobosporangium transversale 64571 TTG|GTAAGTTGCA...CAAGTCTTATAT/CCAAGTCTTATA...CATAG|GAT 0 1 21.071
106118001 GT-AG 0 0.3573155549989216 99 rna-XM_022022388.1 19819708 5 395068 395166 Lobosporangium transversale 64571 CAG|GTATGCTTCC...GATTCTTTAAAC/TTTAAACTTATT...TTTAG|ATA 1 1 30.307
106118002 GT-AG 0 0.0070500592561773 122 rna-XM_022022388.1 19819708 6 394852 394973 Lobosporangium transversale 64571 TAC|GTATGGTTTC...AGATTCTCGATG/CTCTGGTTAATG...TATAG|TTG 2 1 33.954
106118003 GT-AG 0 0.0023422504323144 104 rna-XM_022022388.1 19819708 7 394582 394685 Lobosporangium transversale 64571 GTG|GTACACATAT...ATGTTTTTGAAC/ATGTTTTTGAAC...TGTAG|GCA 0 1 40.396
106118004 GT-AG 0 1.000000099473604e-05 106 rna-XM_022022388.1 19819708 8 394408 394513 Lobosporangium transversale 64571 AAA|GTAAAAAAAA...TTGCTTTTATCT/ATTGCTTTTATC...GGTAG|CTG 2 1 43.035
106118005 GT-AG 0 1.000000099473604e-05 98 rna-XM_022022388.1 19819708 9 394162 394259 Lobosporangium transversale 64571 ATG|GTAAGTGCTT...GATTCCTGGATG/TAAGTTCTGATT...TTCAG|CAA 0 1 48.778
106118006 GT-AG 0 1.000000099473604e-05 86 rna-XM_022022388.1 19819708 10 393949 394034 Lobosporangium transversale 64571 ATG|GTACTAAGTA...TCATTCGTAAAT/TGATAAATCATT...CTTAG|GGT 1 1 53.706
106118007 GT-AG 0 0.0001339643444352 90 rna-XM_022022388.1 19819708 11 393752 393841 Lobosporangium transversale 64571 GAT|GTAAATACTC...GATTTTTTGAAA/TAATACCTGATT...ATCAG|CTT 0 1 57.858
106118008 GT-AG 0 0.0021550620012266 93 rna-XM_022022388.1 19819708 12 393182 393274 Lobosporangium transversale 64571 ATG|GTATGTTCGG...AAAACTTTACCA/ATGCGTTTTACT...TATAG|GAA 0 1 76.368
106118009 GT-AG 0 5.73505423543834e-05 124 rna-XM_022022388.1 19819708 13 392884 393007 Lobosporangium transversale 64571 ATG|GTAATCAAAT...TTCTTTTTGACT/TCTTTATTTACT...TTTAG|GCA 0 1 83.12
106118010 GT-AG 0 6.57291465076381e-05 112 rna-XM_022022388.1 19819708 14 392609 392720 Lobosporangium transversale 64571 GAG|GTTTGTCACG...AGTTCCTTGATG/CCTTTTCTCATT...TGTAG|ATT 1 1 89.445

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