kundajelab / basepairmodels

MIT License
16 stars 6 forks source link

parameter tweaking for Dnase/ATAC-seq data #29

Open ChangxuFan opened 2 years ago

ChangxuFan commented 2 years ago

Dear developers,

I wonder if there is documentation/example for training based on Dnase/ATAC-seq input? I would highly appreciate suggestions on parameter tweaking!!

It seems ATAC/Dnase are supported model architectures from these lines in train_and_validate:

    if model_arch_name == "BPNet_ATAC_DNase":
        model = get_model(
            tasks, bias_tasks, model_arch_params, bias_model_arch_params, 
            name_prefix="main")
    else:        
        model = get_model(tasks, model_arch_params, name_prefix="main")

Thanks!!

DongzeHE commented 1 year ago

Is there any update on this question?