You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Kumquatum@nturaga I am getting the following error for build_net while using rnaseq counts ( > 20 samples) with default option as per the tutorial. Everything went well until this step.
the standard deviation is zeroError in if (min(cor_mat < -1) | max(cor_mat) > 1) stop("Provided correlation function returned values outside [-1,1].") :
missing value where TRUE/FALSE needed
My command is: net = build_net(counts_fil, cor_func = "spearman", n_threads = 2)
Any pointers please?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi @Kumquatum @nturaga I am getting the following error for
build_net
while using rnaseq counts ( > 20 samples) with default option as per the tutorial. Everything went well until this step.My command is:
net = build_net(counts_fil, cor_func = "spearman", n_threads = 2)
Any pointers please?
Thanks.
The text was updated successfully, but these errors were encountered: