uncommented

This commit is contained in:
Tanushree Tunstall 2022-07-10 13:29:01 +01:00
parent 350be30f19
commit ce730fbe57

View file

@ -202,11 +202,11 @@ def CMLogoSkf(cm_input_df
#=============== #===============
# Complete Data # Complete Data
#=============== #===============
#CMLogoSkf(cm_input_df = combined_df,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") CMLogoSkf(cm_input_df = combined_df, std_gene_omit=['alr'], file_suffix = "complete")
#=============== #===============
# Actual Data # Actual Data
#=============== #===============
CMLogoSkf(cm_input_df = combined_df_actual, file_suffix = "actual") 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")