Skip to content

Commit 19c0caf

Browse files
authored
[NET-289] - Error when calling MCC with Chord plots (#128)
remove hyphen from calling file
1 parent debe3d4 commit 19c0caf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

+nla/+net/+result/NetworkResultPlotParameter.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
% Get the scale max and the labels
5353
if isstring(fdr_correction) || ischar(fdr_correction)
54-
fdr_correction = nla.net.mcc.(fdr_correction)();
54+
fdr_correction = nla.net.mcc.(erase(fdr_correction, "-"))();
5555
end
5656
p_value_max = fdr_correction.correct(obj.network_atlas, obj.updated_test_options, statistic_input);
5757
p_value_breakdown_label = fdr_correction.createLabel(obj.network_atlas, obj.updated_test_options,...

0 commit comments

Comments
 (0)