Open xieduo7 opened 1 year ago
After I changed this line
# Load HDP signatures
hdp_exposures=mut_example_multi@comp_dp_distn[["mean"]][2:416,]
to
# Load HDP signatures
hdp_exposures=mut_example_multi@comp_dp_distn[["mean"]][2:421,]
The code works well.
Hi @YichenWang1 ,
I am recapitulating your code to test the code in my HPC. But it reports bug:
My code:
I the located the line of question:
That is because the
hdp_exposures
has 415 lines andinput_for_hdp
has 420 lines.input_for_hdp
has been processed byAnd
hdp_exposures
has been processed by many lines.Did I made something wrong?
Thanks!
Best, Duo