Xingzhao_Wen
Results
1
comments of
Xingzhao_Wen
I got the same error today. Using the following code before running `RunHarmony` solved my problem: ``` harmony.onehot.new % tibble::rowid_to_column("row_id") %>% dplyr::mutate(dummy = 1) %>% tidyr::spread(x, .data$dummy, fill = 0)...