WWXkenmo / ICAnet

Independent Component Analysis decipher functional modules for better cell clustering and annotation
15 stars 1 forks source link

Error in if (n.comp > min(n, p)) { : argument is of length zero #6

Open kaizen89 opened 1 year ago

kaizen89 commented 1 year ago

Hi I tried to follow the vignette using my own data, however I'm running into this error.

ica <- ICAcomputing(seu_fibs,RMT=TRUE,ICA.type = "FastICA",global.mode = T)
Error in if (n.comp > min(n, p)) { : argument is of length zero

Any hints? Thanks