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

✎ 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
8696662 GT-AG 0 1.000000099473604e-05 3876 rna-XM_020229218.1 1565144 1 22478357 22482232 Ananas comosus 4615 AAG|GTGTGTGCTG...TTTTTCTGATCC/ATTTTTCTGATC...AGTAG|GTC 2 1 2.028
8696663 GT-AG 0 4.629622642520432e-05 867 rna-XM_020229218.1 1565144 2 22482601 22483467 Ananas comosus 4615 TTG|GTATGAGTCC...TTGTTCTTTTCT/TCTTTTCTCATT...TTTAG|ACA 1 1 14.066
8696664 GT-AG 0 1.000000099473604e-05 97 rna-XM_020229218.1 1565144 3 22483558 22483654 Ananas comosus 4615 ATG|GTAGGTAACA...TAATTTTTACCT/ATAATTTTTACC...TGCAG|CTA 1 1 17.01
8696665 GT-AG 0 1.000000099473604e-05 494 rna-XM_020229218.1 1565144 4 22483756 22484249 Ananas comosus 4615 AAT|GTAATACTGA...GTTACCTTCATT/CACTATTTCATA...TTTAG|ACT 0 1 20.314
8696666 GT-AG 0 0.0003627358073652 84 rna-XM_020229218.1 1565144 5 22484364 22484447 Ananas comosus 4615 GAG|GTACTATTAA...TTTTCTTTGAAC/TCTTGTTTTATT...TGCAG|AAA 0 1 24.043
8696667 GT-AG 0 1.000000099473604e-05 122 rna-XM_020229218.1 1565144 6 22484530 22484651 Ananas comosus 4615 AAG|GTTGATATGA...CCTTCCTTGGCT/TTACTTTTCAAT...TTCAG|CTC 1 1 26.726
8696668 GC-AG 0 1.000000099473604e-05 411 rna-XM_020229218.1 1565144 7 22484720 22485130 Ananas comosus 4615 CTG|GCAAGTATAA...TATATTTTATTT/CTATATTTTATT...TACAG|ACG 0 1 28.95
8696669 GT-AG 0 1.000000099473604e-05 94 rna-XM_020229218.1 1565144 8 22485191 22485284 Ananas comosus 4615 CTG|GTAAATCTCT...TTAATTTTTATG/TTAATTTTTATG...CGCAG|AAT 0 1 30.913
8696670 GT-AG 0 3.1485745743175865e-05 496 rna-XM_020229218.1 1565144 9 22485410 22485905 Ananas comosus 4615 CAG|GTTTGGATTC...CTCGCCTTAATA/TATCTTTTAATG...ACCAG|TAT 2 1 35.002
8696671 GT-AG 0 0.0018569433398414 110 rna-XM_020229218.1 1565144 10 22486105 22486214 Ananas comosus 4615 ATG|GTATGTGACA...CTTTTCTTGACT/CTTTTCTTGACT...ATCAG|GTT 0 1 41.511
8696672 GT-AG 0 1.000000099473604e-05 98 rna-XM_020229218.1 1565144 11 22486347 22486444 Ananas comosus 4615 AAG|GTGAGATTAA...AATATTTTAATT/AATATTTTAATT...TGCAG|ATG 0 1 45.829
8696673 GT-AG 0 1.000000099473604e-05 334 rna-XM_020229218.1 1565144 12 22486538 22486871 Ananas comosus 4615 ACA|GTAAGAATTG...TATGCCTTTGTC/TCAGCATTTATT...TACAG|GGG 0 1 48.871
8696674 GT-AG 0 2.7191918250308904e-05 471 rna-XM_020229218.1 1565144 13 22487781 22488251 Ananas comosus 4615 CAG|GTTCTTTCTC...TATACATTAACT/ATTTGATTTACA...AATAG|GTG 0 1 78.606
8696675 GT-AG 0 1.000000099473604e-05 759 rna-XM_020229218.1 1565144 14 22488578 22489336 Ananas comosus 4615 AAG|GTAAGCATAA...TTATTCTTTTCC/GTAAATGTTATT...TGCAG|TAT 2 1 89.271

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