We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent debe3d4 commit 19c0cafCopy full SHA for 19c0caf
1 file changed
+nla/+net/+result/NetworkResultPlotParameter.m
@@ -51,7 +51,7 @@
51
52
% Get the scale max and the labels
53
if isstring(fdr_correction) || ischar(fdr_correction)
54
- fdr_correction = nla.net.mcc.(fdr_correction)();
+ fdr_correction = nla.net.mcc.(erase(fdr_correction, "-"))();
55
end
56
p_value_max = fdr_correction.correct(obj.network_atlas, obj.updated_test_options, statistic_input);
57
p_value_breakdown_label = fdr_correction.createLabel(obj.network_atlas, obj.updated_test_options,...
0 commit comments