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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, length, 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
38393870 GT-AG 0 1.000000099473604e-05 14273 Ceric.01G068300.1.v2.1 7346992 3 140371402 140385674 Ceratopteris richardii 49495 ACG|GTTGGTTCTG...CAATCATTAAAG/TTGTGTTTTATG...TACAG|TAC 1 1 37.172
38393871 GT-AG 0 1.000000099473604e-05 88 Ceric.01G068300.1.v2.1 7346992 4 140385812 140385899 Ceratopteris richardii 49495 AAG|GTGCTTATTG...CCAAACTTATCT/TTGAGGTTGACT...ATCAG|GAT 0 1 41.078
38393872 GT-AG 0 1.000000099473604e-05 87 Ceric.01G068300.1.v2.1 7346992 5 140386091 140386177 Ceratopteris richardii 49495 CAG|GTACGGGTCA...ACATTTTTATAT/TACATTTTTATA...ATCAG|GAA 2 1 46.522
38393873 GT-AG 0 1.000000099473604e-05 822 Ceric.01G068300.1.v2.1 7346992 6 140386356 140387177 Ceratopteris richardii 49495 GAG|GTGATTTATC...TCCCCTTTATTT/ATGAAGCTTACA...CATAG|GAA 0 1 51.596
38393874 GT-AG 0 0.0022680519576055 115 Ceric.01G068300.1.v2.1 7346992 7 140387403 140387517 Ceratopteris richardii 49495 AAG|GTATTATTTG...AAAATTTTGATT/TTTTGATTCATA...TAAAG|GAT 0 1 58.01
38393875 GT-AG 0 1.000000099473604e-05 123 Ceric.01G068300.1.v2.1 7346992 8 140387635 140387757 Ceratopteris richardii 49495 ATG|GTAAAGTTAG...TATTGCTTAAAC/TATATTCTGATT...TCAAG|GTT 0 1 61.345
38393876 GT-AG 0 0.003174330945189 91 Ceric.01G068300.1.v2.1 7346992 9 140387868 140387958 Ceratopteris richardii 49495 CAG|GTATGCTGCT...TGTGCTGTGAAA/CACCAATTGAAA...TGCAG|AGA 2 1 64.481
38393877 GT-AG 0 1.000000099473604e-05 70 Ceric.01G068300.1.v2.1 7346992 10 140388422 140388491 Ceratopteris richardii 49495 AAG|GTATGGAGTC...AAGATTTTAGAA/AAATGACTGACT...CTCAG|GAA 0 1 77.68
38393878 GT-AG 0 1.000000099473604e-05 76 Ceric.01G068300.1.v2.1 7346992 11 140388804 140388879 Ceratopteris richardii 49495 CCA|GTAAGATGTG...ACATTTTTAGAT/ATGAGATTCAAT...TTCAG|GTT 0 1 86.574
38393879 GT-AG 0 1.000000099473604e-05 121 Ceric.01G068300.1.v2.1 7346992 12 140388970 140389090 Ceratopteris richardii 49495 CTT|GTAAGAGCCT...GTTTTCTTCAAA/GTTTTCTTCAAA...TGCAG|TAT 0 1 89.139
38393880 GT-AG 0 1.0229609273611988e-05 6296 Ceric.01G068300.1.v2.1 7346992 13 140389154 140395449 Ceratopteris richardii 49495 CAA|GTAAGCCATG...TCTGTTTCGATA/CATATACTAAGT...CATAG|GGC 0 1 90.935
38393881 GT-AG 0 7.820784626797523e-05 99 Ceric.01G068300.1.v2.1 7346992 14 140395517 140395615 Ceratopteris richardii 49495 GAG|GTTCTTTGTA...ATAGCTTTAATA/ATTCTTTTCATG...TGCAG|GTA 1 1 92.845
38397455 GT-AG 0 1.000000099473604e-05 18546 Ceric.01G068300.1.v2.1 7346992 1 140352079 140370624 Ceratopteris richardii 49495 ATT|GTAAGTCCTA...TGTTGCATATCT/ATCTGGTTCATG...TGTAG|ATT   0 20.154
38397456 GT-AG 0 1.000000099473604e-05 91 Ceric.01G068300.1.v2.1 7346992 2 140370834 140370924 Ceratopteris richardii 49495 TAG|GTTTGTCAAA...GCTTTCTTGTTT/CAGTTTCTGAGG...TGCAG|GGC   0 26.112

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