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

✎ 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
43958887 GT-AG 0 0.0001778314125297 58832 rna-gnl|WGS:WEIW|CHLHAR_R12958_mrna 8205998 1 2357014 2415845 Chloropsis hardwickii 667144 GGG|GTTCTCTTCT...GTGGCGTTTTCT/CTGTGGCTCACG...CCCAG|AGC 1 1 6.682
43958888 GT-AG 0 1.000000099473604e-05 45581 rna-gnl|WGS:WEIW|CHLHAR_R12958_mrna 8205998 2 2311184 2356764 Chloropsis hardwickii 667144 AAG|GTAGGGCGTT...GCTGTCTTGTCT/ATCTAGGTAAAT...CTCAG|GGA 1 1 16.528
43958889 GT-AG 0 1.000000099473604e-05 3386 rna-gnl|WGS:WEIW|CHLHAR_R12958_mrna 8205998 3 2307607 2310992 Chloropsis hardwickii 667144 CAG|GTAGGTTTAT...ATTGCATTACAT/CATTGCATTACA...TGCAG|CTA 0 1 24.081
43958890 GT-AG 0 1.000000099473604e-05 57301 rna-gnl|WGS:WEIW|CHLHAR_R12958_mrna 8205998 4 2250185 2307485 Chloropsis hardwickii 667144 TCC|GTGAGTCCCT...GTTGCTTTGCCT/TTTGATGTCACC...TGCAG|AGG 1 1 28.865
43958891 GT-AG 0 8.573951733477802e-05 10719 rna-gnl|WGS:WEIW|CHLHAR_R12958_mrna 8205998 5 2239299 2250017 Chloropsis hardwickii 667144 AAC|GTACGTCCTG...ATATTGTTACTA/TTGTTACTAAAT...TTCAG|GAT 0 1 35.469
43958892 GT-AG 0 1.000000099473604e-05 7148 rna-gnl|WGS:WEIW|CHLHAR_R12958_mrna 8205998 6 2232030 2239177 Chloropsis hardwickii 667144 ATG|GTTAGTAAAT...AATTCCTTGCTT/CAAGCCCCAATT...CACAG|TGC 1 1 40.253
43958893 GT-AG 0 1.000000099473604e-05 1016 rna-gnl|WGS:WEIW|CHLHAR_R12958_mrna 8205998 7 2230852 2231867 Chloropsis hardwickii 667144 TTG|GTAAGAACAG...AAGCAATTAGCA/CTGTTTATGAGT...TACAG|CAA 1 1 46.659
43958894 GT-AG 0 0.0012976038047972 1511 rna-gnl|WGS:WEIW|CHLHAR_R12958_mrna 8205998 8 2229206 2230716 Chloropsis hardwickii 667144 CCC|GTAAGCTCAA...TTTTCCTGATTA/CTTTTCCTGATT...TGCAG|TTG 1 1 51.997
43958895 GT-AG 0 1.000000099473604e-05 5109 rna-gnl|WGS:WEIW|CHLHAR_R12958_mrna 8205998 9 2224070 2229178 Chloropsis hardwickii 667144 AAG|GTACTGCAGT...TCTTCTTTATCC/TTCTTCTTTATC...TTAAG|GCC 1 1 53.064
43958896 GT-AG 0 9.554323543640792e-05 2706 rna-gnl|WGS:WEIW|CHLHAR_R12958_mrna 8205998 10 2221245 2223950 Chloropsis hardwickii 667144 TAT|GTAAGTCCTG...CTTTTTTTAACC/CTTTTTTTAACC...CTCAG|GAG 0 1 57.77
43958897 GT-AG 0 1.000000099473604e-05 583 rna-gnl|WGS:WEIW|CHLHAR_R12958_mrna 8205998 11 2220512 2221094 Chloropsis hardwickii 667144 CAG|GTACTTACAA...TTTTCTTTGGGT/ATTTGAGTCACT...TTAAG|TCC 0 1 63.701
43958898 GT-AG 0 1.000000099473604e-05 2959 rna-gnl|WGS:WEIW|CHLHAR_R12958_mrna 8205998 12 2217445 2220403 Chloropsis hardwickii 667144 CAG|GTAAGTCCTT...TCTGCCTTACTC/TTCTGCCTTACT...TGTAG|GTC 0 1 67.972
43958899 GT-AG 0 1.000000099473604e-05 3142 rna-gnl|WGS:WEIW|CHLHAR_R12958_mrna 8205998 13 2214193 2217334 Chloropsis hardwickii 667144 TAG|GTGAGAAATT...AGTGTCTTATTT/CAGTGTCTTATT...TTCAG|GTT 2 1 72.321

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