NetworkInference.jl icon indicating copy to clipboard operation
NetworkInference.jl copied to clipboard

MethodError: no method matching setindex_shape_check(::Int64, ::Int64)

Open ChelseaCHENX opened this issue 6 years ago • 2 comments

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!

ChelseaCHENX avatar Oct 08 '19 00:10 ChelseaCHENX

Any comments or help :-|

ChelseaCHENX avatar Oct 29 '19 16:10 ChelseaCHENX

Hi - sorry for the delay! What version of Julia are you using?

Tchanders avatar Oct 30 '19 13:10 Tchanders