Skip to content

Error in as.double(y) with plot #7

@gianfilippo

Description

@gianfilippo

Hi,

I am reporting the same error as another user.

when i run "plot(out,index.type="cluster.all",byPatient=F)", it happend to me "Error in as.double(y) : cannot coerce type 'S4' to vector of type 'double'". Someone can tell me how to resolve it?

I follow the step by step approach
obj <- new("Startrac",processed,aid="all")
obj <- calIndex(obj)
obj <- pIndex(obj)
where processed is a data.frame as required.

I also tried running the function
obj <- suppressWarnings(Startrac.run(processed, proj = "all", cores = NULL, n.perm = NULL, verbose = T))

The results is then same

Thanks

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