NetworkInference.jl
NetworkInference.jl copied to clipboard
MethodError: no method matching setindex_shape_check(::Int64, ::Int64)
Hi, I am running
infer_network( "../expression.tsv", out_file_path="../net.tsv", PIDCNetworkInference())
where expression.tsv is a (3000, 497) matrix without header but with gene as index.
I get this error as in the title.
However a test run on a subset of expression.tsv ([0:50,0:50]) quickly produced results without this error.
Not sure what is causing this? Can you help? Thanks!
Any comments or help :-|
Hi - sorry for the delay! What version of Julia are you using?