-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hello, I would like to ask for advice on how to adjust my parameters when this error occurs. I have set the value to SignedP and also added the parameter value-transformation = signed-p-values, but it still fails to detect upregulation and downregulation. I cannot find a solution.
Exception in thread "main" java.lang.RuntimeException: Unknown parameter: change-detector
at org.panda.causalpath.run.CausalPath.setParameter(CausalPath.java:340)
at org.panda.causalpath.run.CausalPath.lambda$readParameters$3(CausalPath.java:333)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source)
at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
at java.util.Iterator.forEachRemaining(Unknown Source)
at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Unknown Source)
at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source)
at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
at java.util.stream.ReferencePipeline.forEach(Unknown Source)
at org.panda.causalpath.run.CausalPath.readParameters(CausalPath.java:333)
at org.panda.causalpath.run.CausalPath.(CausalPath.java:325)
at org.panda.causalpath.run.CausalPath.main(CausalPath.java:317)