Skip to content

Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘score’ for signature ‘"matrix"’ #5

@simon910

Description

@simon910

I've used the following code to generate score using r:

sc=score(Counts,

  •      groups=subtypelist,
    
  •      binmat = NULL,
    
  •      bins = NULL,
    
  •      controls = NULL,
    
  •      bin.control = F,
    
  •      center = T,
    
  •      nbin = 30,
    
  •      n = 100,
    
  •      replace = T)
    

Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘score’ for signature ‘"matrix"’

class(Counts)
[1] "matrix" "array"

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