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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, phase, in_cds

id ▼ dinucleotide_pair is_minor score length transcript_id ordinal_index start end taxonomy_id scored_motifs phase in_cds relative_position
65073219 GT-AG 0 1.000000099473604e-05 1279 rna-XM_026097079.1 11997921 3 1020678 1021956 Dromaius novaehollandiae 8790 CTG|GTGAGTAGTG...TTTCTGTTATCT/GTGCTTTTCACA...TATAG|CTT 2 1 9.246
65073220 GT-AG 0 1.000000099473604e-05 2422 rna-XM_026097079.1 11997921 4 1022111 1024532 Dromaius novaehollandiae 8790 CTG|GTAAGTCTTC...GCTATTTTAGTG/ATTTTAGTGATC...TTTAG|GAG 0 1 14.189
65073221 GT-AG 0 1.000000099473604e-05 2146 rna-XM_026097079.1 11997921 5 1024716 1026861 Dromaius novaehollandiae 8790 GAG|GTGAGAAGTT...GAATCTTTGATT/ATTCTTTTTATT...TATAG|GTT 0 1 20.064
65073222 GT-AG 0 1.000000099473604e-05 1714 rna-XM_026097079.1 11997921 6 1026965 1028678 Dromaius novaehollandiae 8790 AAG|GTAGGATATC...CGTTTTTTATCA/TTTTTTATCACT...TGCAG|GTA 1 1 23.371
65073223 GT-AG 0 1.000000099473604e-05 11173 rna-XM_026097079.1 11997921 7 1028843 1040015 Dromaius novaehollandiae 8790 AAG|GTAATAGTGA...AAAAATTTGACT/AAAAATTTGACT...TTCAG|GCA 0 1 28.636
65073224 GT-AG 0 1.000000099473604e-05 3795 rna-XM_026097079.1 11997921 8 1040133 1043927 Dromaius novaehollandiae 8790 GAG|GTGAGTTTAA...TCTCTTTTAAAG/ATTGTGCTTATT...TACAG|GTA 0 1 32.392
65073225 GT-AG 0 0.0004263060040396 2079 rna-XM_026097079.1 11997921 9 1044051 1046129 Dromaius novaehollandiae 8790 AAG|GTAACATCCT...TCTATTTTAATG/CCTTTACTGATA...TGTAG|TTA 0 1 36.34
65073226 GT-AG 0 1.000000099473604e-05 1200 rna-XM_026097079.1 11997921 10 1046274 1047473 Dromaius novaehollandiae 8790 AAG|GTAATTAATG...ACATTCTCATTA/TACATTCTCATT...TCCAG|GAA 0 1 40.963
65073227 GT-AG 0 5.86898380729588e-05 5138 rna-XM_026097079.1 11997921 11 1048370 1053507 Dromaius novaehollandiae 8790 GAA|GTAAGTTTCC...GGGATTTTGTCT/TTTTGTCTGACG...TTAAG|TTA 2 1 69.727
65073228 GT-AG 0 0.0002469040032815 567 rna-XM_026097079.1 11997921 12 1053967 1054533 Dromaius novaehollandiae 8790 CAG|GTATAGTAGA...TTTTTTTTTTTT/AAATTAAGGATT...CCCAG|CCT 2 1 84.462
65073229 GT-AG 0 1.968008640333574e-05 9866 rna-XM_026097079.1 11997921 13 1054665 1064530 Dromaius novaehollandiae 8790 AAG|GTATGATGAT...ATTTTTTTGGTT/TGGTTTTGTATT...TTCAG|GTG 1 1 88.668
65073230 GT-AG 0 1.000000099473604e-05 2144 rna-XM_026097079.1 11997921 14 1064692 1066835 Dromaius novaehollandiae 8790 GAG|GTAAGACATA...GGTACTTTAAAA/TGGTACTTTAAA...CACAG|GGA 0 1 93.836
65074114 GT-AG 0 1.000000099473604e-05 149 rna-XM_026097079.1 11997921 1 1019909 1020057 Dromaius novaehollandiae 8790 TAT|GTGAGTGCAT...GAGGGTTTAAAA/TGTTGTTTTAAT...TGCAG|CTT   0 5.361
65074115 GT-AG 0 1.000000099473604e-05 436 rna-XM_026097079.1 11997921 2 1020144 1020579 Dromaius novaehollandiae 8790 TAC|GTAAGTGACC...TTTTTTTTATTT/CTTTTTTTTATT...GACAG|GGT   0 8.122

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