preparing to rerun ML iterator
This commit is contained in:
parent
56b71c6ca2
commit
2bf91681b4
2 changed files with 7 additions and 7 deletions
|
@ -5,6 +5,7 @@ Created on Thu Sep 1 12:22:27 2022
|
|||
|
||||
@author: tanu
|
||||
"""
|
||||
|
||||
getmldata(gene = "alr"
|
||||
, drug = "cycloserine"
|
||||
, data_combined_model = False
|
||||
|
|
|
@ -40,10 +40,9 @@ gene_model_paramD = {'data_combined_model' : False
|
|||
, 'write_outfile' : False }
|
||||
###############################################################################
|
||||
#ml_genes = ["pncA", "embB", "katG", "rpoB", "gid"]
|
||||
|
||||
ml_gene_drugD = {
|
||||
#'pncA' : 'pyrazinamide'
|
||||
'embB' : 'ethambutol'
|
||||
'pncA' : 'pyrazinamide'
|
||||
, 'embB' : 'ethambutol'
|
||||
, 'katG' : 'isoniazid'
|
||||
, 'rpoB' : 'rifampicin'
|
||||
, 'gid' : 'streptomycin'
|
||||
|
@ -53,13 +52,13 @@ split_types = [
|
|||
'70_30',
|
||||
'80_20',
|
||||
'sl',
|
||||
#'rt',
|
||||
#'none_bts'
|
||||
'rt',
|
||||
'none_bts'
|
||||
]
|
||||
|
||||
split_data_types = [
|
||||
'actual',
|
||||
#'complete'
|
||||
#'actual',
|
||||
'complete'
|
||||
]
|
||||
|
||||
for gene, drug in ml_gene_drugD.items():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue