now running for combined gene actual

This commit is contained in:
Tanushree Tunstall 2022-09-02 10:04:27 +01:00
parent 00ca7a6b27
commit 93e958ae6a
2 changed files with 4 additions and 345 deletions

View file

@ -309,13 +309,13 @@ 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, file_suffix = "actual")
CMLogoSkf(cm_input_df = combined_df_actual, std_gene_omit=['alr'], file_suffix = "actual")