-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparameters_1kb.yaml
More file actions
33 lines (26 loc) · 1.03 KB
/
parameters_1kb.yaml
File metadata and controls
33 lines (26 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
env: "cluster"
min_dist: 1000
max_dist: 100000
window_size: 1000
seed: 413666
training_data_size: 50000
tuning_data_size: 5000
num_random_search: 10
ensemble_size: 5
num_dnasechipseq_experiments: 3337
num_chromhmm_experiments: 127
num_chromhmm_states: 25
NN:
hyperparam:
- batch_size
- learning_rate
- dropout_rate
- num_neuron_init
- num_neuron_fin
paths:
dnasechipseq_experiment_paths_file: "/u/project/ernst/skwon94/pairwise_scoring/files_hg38_DNaseChIPseq.txt"
chromhmm_experiment_paths_file: "/u/project/ernst/skwon94/pairwise_scoring/files_hg38_ChromHMM.txt"
chrom_size_file: "/u/project/ernst/skwon94/pairwise_scoring/hg38.chrom.sizes"
output_dir: "/u/project/ernst/skwon94/pairwise_scoring/model/gw_1kb"
# Peak call data from DNase and ChIP-seq: 3,337 DNase-seq and TF and histone mark ChIP-seq experiments from ENCODE4 and Roadmap with hg38 as genome assembly
# ChromHMM chromatin state annotation: 25-state model learned from imputed data for 127 epigenomes from Roadmap (lifted over from hg19 to hg38)