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

✎ 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
2418799 GT-AG 0 1.000000099473604e-05 89 rna-XM_015908705.1 410630 1 1061203 1061291 Acropora digitifera 70779 CAG|GTGTGGTTGA...ATGACGTTAAAT/ATGAAATTGAAA...TTTAG|ATC 0 1 4.288
2418800 GT-AG 0 0.0005262167051777 1167 rna-XM_015908705.1 410630 2 1061433 1062599 Acropora digitifera 70779 GAG|GTATTGTGTC...AAGTATTTAACA/AAGTATTTAACA...GACAG|GTC 0 1 11.485
2418801 GT-AG 0 1.0287276190028293e-05 211 rna-XM_015908705.1 410630 3 1062678 1062888 Acropora digitifera 70779 CAG|GTTTGTACTT...TTCTTTTTAAAA/TTCTTTTTAAAA...TATAG|GTC 0 1 15.467
2418802 GT-AG 0 0.0047105384559549 242 rna-XM_015908705.1 410630 4 1063020 1063261 Acropora digitifera 70779 TGG|GTACGTTTGC...ATTTTTTTATTA/AATTTTTTTATT...TTCAG|ATT 2 1 22.154
2418803 GT-AG 0 1.000000099473604e-05 86 rna-XM_015908705.1 410630 5 1063311 1063396 Acropora digitifera 70779 AAG|GTAACACATC...AATATCTTTTTG/AATTATTTCAAA...TTCAG|GGA 0 1 24.655
2418804 GT-AG 0 6.601063972972514e-05 371 rna-XM_015908705.1 410630 6 1063465 1063835 Acropora digitifera 70779 GTG|GTTTGTATAC...CTTTCATTAATC/TTTTGCCTAACT...CACAG|GTC 2 1 28.127
2418805 GT-AG 0 0.0002750288143793 496 rna-XM_015908705.1 410630 7 1063927 1064422 Acropora digitifera 70779 CGG|GTATGGGTTG...TATTTCTTAATG/ATATTTCTTAAT...TGTAG|GAT 0 1 32.772
2418806 GT-AG 0 1.1124008785870232e-05 668 rna-XM_015908705.1 410630 8 1064465 1065132 Acropora digitifera 70779 CAG|GTACAAATTT...TTTCATTTAACA/TAAATTTTCATT...TAAAG|AGC 0 1 34.916
2418807 GT-AG 0 0.0002958422989808 360 rna-XM_015908705.1 410630 9 1065227 1065586 Acropora digitifera 70779 ACG|GTAGGCATCC...TTTTCCGTAATG/TTGAATTTGAAT...TATAG|AAG 1 1 39.714
2418808 GT-AG 0 1.000000099473604e-05 366 rna-XM_015908705.1 410630 10 1065697 1066062 Acropora digitifera 70779 AAG|GTTGGCAACT...TATATTTTGAAC/TTGCATTTGACT...TATAG|AAA 0 1 45.329
2418809 GT-AG 0 1.000000099473604e-05 397 rna-XM_015908705.1 410630 11 1066301 1066697 Acropora digitifera 70779 ATG|GTTAGGGATC...GATCCATTGACC/CCATATTTGATC...AACAG|ATG 1 1 57.478
2418810 GT-AG 0 1.000000099473604e-05 282 rna-XM_015908705.1 410630 12 1066871 1067152 Acropora digitifera 70779 CAG|GTGATTATTT...TTATTCTTAAAC/ATTATTCTTAAA...TTCAG|GAG 0 1 66.309
2418811 GT-AG 0 1.000000099473604e-05 654 rna-XM_015908705.1 410630 13 1067410 1068063 Acropora digitifera 70779 ATG|GTAATACACA...AGATTTTTATTT/TTTTATTTGATT...CATAG|TTC 2 1 79.428
2418812 GT-AG 0 1.000000099473604e-05 399 rna-XM_015908705.1 410630 14 1068164 1068562 Acropora digitifera 70779 CAG|GTACAAAATA...ATTTTCTCAAAT/AATTTTCTCAAA...CACAG|CAA 0 1 84.533
2418813 GT-GG 0 1.000000099473604e-05 334 rna-XM_015908705.1 410630 15 1068661 1068994 Acropora digitifera 70779 AAG|GTAATTCTTG...AATGCTTTTTTT/ATTTATTGCATG...TGTGG|CAG 2 1 89.535

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