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

✎ 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
191227553 GT-AG 0 1.000000099473604e-05 51227 rna-XM_030488466.1 34177711 2 149129059 149180285 Strigops habroptila 2489341 ATG|GTGAGTAACA...CTTCCCTTCTCT/TTTCTTCTCCCT...TGCAG|AGG 1 1 9.637
191227554 GT-AG 0 1.000000099473604e-05 46868 rna-XM_030488466.1 34177711 3 149180529 149227396 Strigops habroptila 2489341 ACC|GTGAGTATCG...CCTCGCTTGTTT/GAGATACTCAGA...TTCAG|ATC 1 1 14.406
191227555 GT-AG 0 1.000000099473604e-05 21783 rna-XM_030488466.1 34177711 4 149227503 149249285 Strigops habroptila 2489341 TGT|GTGAGTATTC...TTTTCTTTCTTT/ATATCAATAATG...TCCAG|GCC 2 1 16.487
191227556 GT-AG 0 1.000000099473604e-05 4961 rna-XM_030488466.1 34177711 5 149249492 149254452 Strigops habroptila 2489341 ACG|GTGGGTTAAG...ACGTCATTAACG/GTTTATCTTACG...TTTAG|CTC 1 1 20.53
191227557 GT-AG 0 1.000000099473604e-05 10975 rna-XM_030488466.1 34177711 6 149254600 149265574 Strigops habroptila 2489341 ATA|GTAAGTGATG...TTGTGTTTACAT/TTTGTGTTTACA...AACAG|GCG 1 1 23.415
191227558 GT-AG 0 1.000000099473604e-05 14769 rna-XM_030488466.1 34177711 7 149265777 149280545 Strigops habroptila 2489341 AAG|GTAAGAACAG...TGACCCTCATCA/GTGACCCTCATC...TTCAG|CCC 2 1 27.38
191227559 GT-AG 0 1.000000099473604e-05 1456 rna-XM_030488466.1 34177711 8 149280763 149282218 Strigops habroptila 2489341 CAG|GTGAGAGACA...AAAACCAAAACA/AACAACCAAACA...TGCAG|CAG 0 1 31.639
191227560 GT-AG 0 1.000000099473604e-05 1268 rna-XM_030488466.1 34177711 9 149282336 149283603 Strigops habroptila 2489341 CAG|GTATGGCCAT...CTCTCCTCACCC/CCTCTCCTCACC...TCCAG|GAA 0 1 33.935
191227561 GT-AG 0 3.18386608195535e-05 25629 rna-XM_030488466.1 34177711 10 149283745 149309373 Strigops habroptila 2489341 CAT|GTAAGTTAAT...TAAGCCGTAATC/TTTCTGTTAAGC...AACAG|CAC 0 1 36.703
191227562 GT-AG 0 1.000000099473604e-05 612 rna-XM_030488466.1 34177711 11 149309524 149310135 Strigops habroptila 2489341 ACT|GTGAGTAAAG...TGAAACTTAATC/ATGAAACTTAAT...TGCAG|TTT 0 1 39.647
191227563 GT-AG 0 1.000000099473604e-05 2543 rna-XM_030488466.1 34177711 12 149310301 149312843 Strigops habroptila 2489341 GAG|GTAAGCAAGC...TAAATCTAATTT/TTAAATCTAATT...GGCAG|AAA 0 1 42.885
191227564 GT-AG 0 0.0401720785472659 3219 rna-XM_030488466.1 34177711 13 149313135 149316353 Strigops habroptila 2489341 ATG|GTATGCAATA...TGTTTCTTACTT/TTGTTTCTTACT...AACAG|ACA 0 1 48.597
191227565 GT-AG 0 1.000000099473604e-05 1169 rna-XM_030488466.1 34177711 14 149316682 149317850 Strigops habroptila 2489341 ATG|GTGAGAAACA...GTTTGTTTAACT/GTTTGTTTAACT...TCCAG|GTA 1 1 55.034
191238574 GT-AG 0 1.000000099473604e-05 14457 rna-XM_030488466.1 34177711 1 149114439 149128895 Strigops habroptila 2489341 CAC|GTGAGTATCT...TAGTATTTAAAG/CTAGTATTTAAA...TTCAG|GTA   0 7.203

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