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

✎ 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
182504726 GT-AG 0 6.817342295331987e-05 41883 rna-XM_030232334.1 32672037 1 83422690 83464572 Serinus canaria 9135 CGG|GTAAGCTCCC...TTCTTCTTGCCT/AAATTATTAATT...TCAAG|GAG 2 1 1.058
182504727 GT-AG 0 1.000000099473604e-05 11024 rna-XM_030232334.1 32672037 2 83411459 83422482 Serinus canaria 9135 AAG|GTAAGGCTTT...GTTTTTTTCTCA/TTTTTTCTCATG...TGTAG|TAA 2 1 6.037
182504728 GT-AG 0 1.000000099473604e-05 718 rna-XM_030232334.1 32672037 3 83410530 83411247 Serinus canaria 9135 GAG|GTCAGTACTC...TTGTGTTTGTTT/GGGGGACTGAGA...TGCAG|AAA 0 1 11.111
182504729 GT-AG 0 1.000000099473604e-05 2077 rna-XM_030232334.1 32672037 4 83408224 83410300 Serinus canaria 9135 AAG|GTGAGCCAAG...TTTCTCTTATCC/TTTTCTCTTATC...TCCAG|TTC 1 1 16.619
182504730 GT-AG 0 0.0002999618307154 2370 rna-XM_030232334.1 32672037 5 83405809 83408178 Serinus canaria 9135 GAG|GTATTGTACA...TCTTCCTTTTCA/TTCCTTTTCAAA...TTTAG|AAC 1 1 17.701
182504731 GT-AG 0 1.000000099473604e-05 26625 rna-XM_030232334.1 32672037 6 83379089 83405713 Serinus canaria 9135 AAG|GTAAGTGTCC...TTGTTTTTAAAG/ATTGTTTTTAAA...TACAG|GGT 0 1 19.986
182504732 GT-AG 0 6.903355829737194e-05 20077 rna-XM_030232334.1 32672037 7 83358817 83378893 Serinus canaria 9135 CAG|GTAACAGTGA...ATATCCTTTACT/TTATTTTTCAAC...GTTAG|ACA 0 1 24.675
182504733 GT-AG 0 1.000000099473604e-05 2941 rna-XM_030232334.1 32672037 8 83355737 83358677 Serinus canaria 9135 TGG|GTGAGAAGCG...TGATCATTATCT/AGTCAATTGATC...TGTAG|GTG 1 1 28.018
182504734 GT-AG 0 0.1484953689397236 28360 rna-XM_030232334.1 32672037 10 83327208 83355567 Serinus canaria 9135 AAC|GTATGTTTGA...CTTTCCTTGCTG/TACGTACTGATG...TTTAG|AGA 1 1 32.059
182504735 GT-AG 0 1.000000099473604e-05 12510 rna-XM_030232334.1 32672037 11 83314385 83326894 Serinus canaria 9135 GAG|GTAAACAGCT...ATTTTTTTCTCT/GAGAGACTCAAT...TTTAG|CAG 2 1 39.586
182504736 GT-AG 0 1.000000099473604e-05 1260 rna-XM_030232334.1 32672037 12 83313021 83314280 Serinus canaria 9135 AAG|GTAAGAAAGT...ATTGCCTAAATA/TATTGCCTAAAT...TGCAG|CAG 1 1 42.088
182504737 GT-AG 0 1.000000099473604e-05 609 rna-XM_030232334.1 32672037 13 83310394 83311002 Serinus canaria 9135 AAG|GTAAAGTGGA...ATTCCCTTCATA/AAATATCTAATA...TCTAG|GTT 0 1 90.62
182504738 GT-AG 0 1.000000099473604e-05 2315 rna-XM_030232334.1 32672037 14 83307959 83310273 Serinus canaria 9135 AAG|GTAAGGATCA...CCATGCTTGATA/TTGATATTAACC...AGCAG|ATC 0 1 93.506
182504739 GT-AG 0 1.000000099473604e-05 5461 rna-XM_030232334.1 32672037 15 83302246 83307706 Serinus canaria 9135 AAG|GTAAAAGTAC...AATATCTTGAAT/AATATCTTGAAT...TACAG|GTC 0 1 99.567

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