JhuangLab / CytoTree

A Toolkit for Construct Tree-shaped Trajectory for Flow and Mass Cytometry data
24 stars 10 forks source link

error for runFastPCA #14

Open f-kvh opened 1 year ago

f-kvh commented 1 year ago

Hi, when I select the "fixedNum" = 40000 cells as below fcs.data <- runExprsMerge(fcs.files, comp = FALSE, transformMethod = "none", mergeMethod = "fixed", fixedNum = 40000)

I get error message in cyt <- runFastPCA(cyt) Error in La.svd(x, nu = 0) : infinite or missing values in 'x' I looked at cyt@raw.data & cyt@log.data there are no missing values/NA. Can you help to solve it?

f-kvh commented 1 year ago

I should add when I reduce the numbers as default (ceil = 2000) then it works