now running for combined gene actual
This commit is contained in:
parent
00ca7a6b27
commit
93e958ae6a
2 changed files with 4 additions and 345 deletions
|
@ -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")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue