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)

13 rows where transcript_id = 23199986

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: dinucleotide_pair, is_minor, 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
126230661 GT-AG 0 1.000000099473604e-05 108 rna-gnl|WGS:MCOG|LY90DRAFT_mRNA662965 23199986 1 734645 734752 Neocallimastix californiae 1754190 CAG|GTGAATAAAA...TTATTTATAATA/AAGTTATTTATA...TAAAG|TGG 2 1 0.471
126230662 GT-AG 0 0.000365976892302 147 rna-gnl|WGS:MCOG|LY90DRAFT_mRNA662965 23199986 2 734244 734390 Neocallimastix californiae 1754190 CAG|GTATATAAAT...TTAATTTTAATA/AATTTATTAATT...TATAG|TTG 1 1 11.339
126230663 GT-AG 0 0.0157799278388226 141 rna-gnl|WGS:MCOG|LY90DRAFT_mRNA662965 23199986 3 733752 733892 Neocallimastix californiae 1754190 ATA|GTAGGTTTTA...TTTTTTTTAATT/TTTTTTTTAATT...AATAG|GTA 1 1 26.359
126230664 GT-AG 0 0.000312966314053 179 rna-gnl|WGS:MCOG|LY90DRAFT_mRNA662965 23199986 4 733464 733642 Neocallimastix californiae 1754190 ACG|GTATTATATA...ATATTTATAATT/TTTATATTTATA...TATAG|GAA 2 1 31.023
126230665 GT-AG 0 7.598064226549034e-05 135 rna-gnl|WGS:MCOG|LY90DRAFT_mRNA662965 23199986 5 732882 733016 Neocallimastix californiae 1754190 AGA|GTATGAATTA...AATAAATTAAAT/AATAAATTAAAT...TATAG|TTT 2 1 50.15
126230666 GT-AG 0 1.000000099473604e-05 159 rna-gnl|WGS:MCOG|LY90DRAFT_mRNA662965 23199986 6 732658 732816 Neocallimastix californiae 1754190 AAG|GTAAATTAAA...TAATATTTATAT/TATATATTTATA...TATAG|ATG 1 1 52.931
126230667 AT-AC 1 99.99999998841884 91 rna-gnl|WGS:MCOG|LY90DRAFT_mRNA662965 23199986 7 732485 732575 Neocallimastix californiae 1754190 AAG|ATATCCTTTT...TATTCTTTAATT/TATTCTTTAATT...AATAC|ATT 2 1 56.525
126230668 GT-AG 0 1.117225554766621e-05 443 rna-gnl|WGS:MCOG|LY90DRAFT_mRNA662965 23199986 8 731961 732403 Neocallimastix californiae 1754190 AAA|GTAAATAATA...GTATATTTAAAT/TTTAAATTTATT...AAAAG|TGT 2 1 59.906
126230669 GT-AG 0 0.0001561051374196 115 rna-gnl|WGS:MCOG|LY90DRAFT_mRNA662965 23199986 9 731686 731800 Neocallimastix californiae 1754190 CAA|GTAAATTAAT...TGTTTTTTATCA/CTGTTTTTTATC...CATAG|AAA 0 1 66.752
126230670 GT-AG 0 0.0194278609869051 286 rna-gnl|WGS:MCOG|LY90DRAFT_mRNA662965 23199986 10 731166 731451 Neocallimastix californiae 1754190 CTG|GTATATTTCT...TTTCCATTGAAT/TATTTATTTATT...AATAG|GAA 0 1 76.765
126230671 GT-AG 0 1.000000099473604e-05 91 rna-gnl|WGS:MCOG|LY90DRAFT_mRNA662965 23199986 11 730985 731075 Neocallimastix californiae 1754190 AAA|GTAAATAAAT...AAAATATTAATT/AAAATATTAATT...TATAG|TCA 0 1 80.616
126230672 GT-AG 0 1.000000099473604e-05 340 rna-gnl|WGS:MCOG|LY90DRAFT_mRNA662965 23199986 12 730552 730891 Neocallimastix californiae 1754190 GAG|GTTGGTTTAA...AATATTATAATA/AATATTATAATA...TTTAG|GGA 0 1 84.596
126230673 GT-AG 0 1.000000099473604e-05 178 rna-gnl|WGS:MCOG|LY90DRAFT_mRNA662965 23199986 13 730250 730427 Neocallimastix californiae 1754190 TAC|GTGAGTATTT...AATTCATTAATT/CATTAATTAATT...TATAG|CTA 1 1 89.902

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