a | b/examples/chip-nexus/config.gin | ||
---|---|---|---|
1 | # exclude a large portion of the training set |
||
2 | exclude_chr=["chrX","chrY","chr5","chr6","chr7","chr10","chr14","chr11","chr13","chr12","chr15"] |
||
3 | valid_chr = ['chr2'] |
||
4 | test_chr = ['chr1', 'chr8', 'chr9', |
||
5 | 'chr3', 'chr4'] |
||
6 | seq_width = 200 |
||
7 | n_dil_layers = 3 |
||
8 | bpnet_data.interval_augmentation_shift = 100 |
||
9 | train.seed = 1 |