Hi, when I run 'pre_processing_GS_wrapper(data_norm)', there is an error as below:
Error in GS_impute(., iters_each = 50, iters_all = 10, initial = data_raw_log_qrilc_sc_df, :
improper argument: initial
I found the 'initial' parameter of GS_impute in GSimp.R is initial='qrilc', and the 'initial' parameter of GS_impute in pre_processing_GS_wrapper is initial = data_raw_log_qrilc_sc_df. Is this what caused it?
Thanks!
Hi, when I run 'pre_processing_GS_wrapper(data_norm)', there is an error as below:
I found the 'initial' parameter of GS_impute in GSimp.R is
initial='qrilc', and the 'initial' parameter of GS_impute in pre_processing_GS_wrapper isinitial = data_raw_log_qrilc_sc_df. Is this what caused it?Thanks!