diff --git a/scripts/ml/combined_model/cm_logo_skf.py b/scripts/ml/combined_model/cm_logo_skf.py index ca81675..8fde3b5 100755 --- a/scripts/ml/combined_model/cm_logo_skf.py +++ b/scripts/ml/combined_model/cm_logo_skf.py @@ -202,11 +202,11 @@ def CMLogoSkf(cm_input_df #=============== # Complete Data #=============== -#CMLogoSkf(cm_input_df = combined_df,file_suffix = "complete") -#CMLogoSkf(cm_input_df = combined_df, std_gene_omit=['alr'], file_suffix = "complete") +CMLogoSkf(cm_input_df = combined_df,file_suffix = "complete") +CMLogoSkf(cm_input_df = combined_df, std_gene_omit=['alr'], file_suffix = "complete") #=============== # Actual Data #=============== CMLogoSkf(cm_input_df = combined_df_actual, file_suffix = "actual") -# CMLogoSkf(cm_input_df = combined_df_actual, std_gene_omit=['alr'], file_suffix = "actual") +CMLogoSkf(cm_input_df = combined_df_actual, std_gene_omit=['alr'], file_suffix = "actual")