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
Initially GENIE3 refused to run with several cores, as it depends on "doParallel" "foreach" and "doRNG", which were not installed during setup. GENIE3 was installed using BiocManager::install("GENIE3"). After fixing the dependencies I can run the functions, but it seems like it can't handle the size of the matrix. Suggestions?
After calculating a weight matrix from gene expression matrix according to vignette instruction, filtering of links by threshold fails.
Initially GENIE3 refused to run with several cores, as it depends on "doParallel" "foreach" and "doRNG", which were not installed during setup. GENIE3 was installed using
BiocManager::install("GENIE3")
. After fixing the dependencies I can run the functions, but it seems like it can't handle the size of the matrix. Suggestions?The text was updated successfully, but these errors were encountered: