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)

15 rows where transcript_id = 4520949

✎ 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
23578449 GT-AG 0 1.000000099473604e-05 2489 rna-XM_019959740.1 4520949 1 99562536 99565024 Bos indicus 9915 GGA|GTGAGTGACT...AAATCCTTTGTG/CTTTTGCCAATA...GCTAG|ATT 2 1 0.461
23578450 GT-AG 0 0.0003345992023955 4172 rna-XM_019959740.1 4520949 2 99565191 99569362 Bos indicus 9915 CAG|GTATTTCAGT...TAATACTTAATG/TATGGTTTGACA...CACAG|GTA 0 1 5.923
23578451 GT-AG 0 1.000000099473604e-05 1090 rna-XM_019959740.1 4520949 3 99569519 99570608 Bos indicus 9915 CAG|GTGAGACTGA...AAGATCTTATTA/AAAGATCTTATT...TTTAG|GCA 0 1 11.056
23578452 GT-AG 0 1.4126991729293329e-05 18043 rna-XM_019959740.1 4520949 4 99570687 99588729 Bos indicus 9915 TCT|GTAAGTGCTC...AAGCCTATGACC/TATGACCTGATA...CTTAG|ATC 0 1 13.623
23578453 GT-AG 0 1.000000099473604e-05 2208 rna-XM_019959740.1 4520949 5 99588889 99591096 Bos indicus 9915 ATG|GTAAGATACG...TTTGTCTTAGGG/TTTTGTCTTAGG...TACAG|CTG 0 1 18.855
23578454 GT-AG 0 1.000000099473604e-05 6120 rna-XM_019959740.1 4520949 6 99591196 99597315 Bos indicus 9915 CAG|GTGAGCTTGT...TCATCCTTGTTT/ATCTGTTTCATC...CTTAG|GTT 0 1 22.113
23578455 GT-AG 0 1.000000099473604e-05 10216 rna-XM_019959740.1 4520949 7 99597563 99607778 Bos indicus 9915 CAG|GTGGGAAAAA...ATGTTTTTGAAA/CTAATTGTCATT...TTTAG|CAT 1 1 30.24
23578456 GT-AG 0 2.8723924573871988e-05 288 rna-XM_019959740.1 4520949 8 99608651 99608938 Bos indicus 9915 GTG|GTAAGCCCTT...CTATCTTTACAG/GCTATCTTTACA...CCAAG|GGA 0 1 58.934
23578457 GT-AG 0 1.000000099473604e-05 3943 rna-XM_019959740.1 4520949 9 99608987 99612929 Bos indicus 9915 AAG|GTGATTATCC...TGCATCTTACAA/ATGCATCTTACA...CGTAG|GTA 0 1 60.513
23578458 GT-AG 0 1.000000099473604e-05 4903 rna-XM_019959740.1 4520949 10 99613084 99617986 Bos indicus 9915 TAG|GTGAGGAGGT...TTTTTTTTTTTT/TAAAAAGTGACT...CCCAG|AGC 1 1 65.581
23578459 GT-AG 0 2.76635188566692e-05 3260 rna-XM_019959740.1 4520949 11 99618238 99621497 Bos indicus 9915 CCT|GTAAGTAGCA...AGGTCTTTAAAA/GATCATTTCATT...TAAAG|GTG 0 1 73.84
23578460 GT-AG 0 1.000000099473604e-05 6349 rna-XM_019959740.1 4520949 12 99621658 99628006 Bos indicus 9915 AAG|GTTTGTGGAT...TTTTTCTTTTTT/AAATTTGTCACA...TTTAG|AGA 1 1 79.105
23578461 GT-AG 0 0.0077491453850272 3772 rna-XM_019959740.1 4520949 13 99628122 99631893 Bos indicus 9915 AAG|GTATTTCTGT...TTTTTCTTACTT/TTTTTTCTTACT...CTTAG|GTA 2 1 82.889
23578462 GT-AG 0 1.000000099473604e-05 91 rna-XM_019959740.1 4520949 14 99632027 99632117 Bos indicus 9915 CAG|GTCTGTAGAA...TGTATTTTACTT/CTGTATTTTACT...TCCAG|CTT 0 1 87.266
23578463 GT-AG 0 9.904173501716e-05 5486 rna-XM_019959740.1 4520949 15 99632350 99637835 Bos indicus 9915 CCG|GTATGTGATT...TGTGTATTAATT/TTAATTCTAACA...TCTAG|GCT 1 1 94.9

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