WIth orginal code
library(SCENT);
data(net13Jun12);
data(dataChu)
lscChu0.m <- log2(scChu.m+1);
ccat.v <- CompCCAT(exp = lscChu0.m, ppiA = net13Jun12.m);
With error message "Error in if (classMATRIX == "matrix") { : the condition has length > 1"
class(lscChu0.m)
[1] "matrix" "array"
class(net13Jun12.m)
[1] "matrix" "array"
And what happened? why with this error message
WIth orginal code
[1] "matrix" "array"
[1] "matrix" "array"