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, 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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: