Skip to content
Snippets Groups Projects
Commit c69034a2 authored by Michal Petrovič's avatar Michal Petrovič
Browse files

add Cpg Analysis

parent 9b6b560f
1 merge request!5Resolve "Implement CpG isladns analysis"
CREATE TABLE cpg_analyses (
id uuid references analyses (id),
min_window_size INTEGER,
min_gc_percentage DOUBLE PRECISION,
min_observed_to_expected_cpg DOUBLE PRECISION,
min_island_merge_gap INTEGER,
first_nucleotide CHAR(1),
second_nucleotide CHAR(1),
primary key (id)
);
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment