Skip to content

A bug with function "CompCCAT" #2

Description

@zyb1984

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 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions