search for: cd57

Displaying 1 result from an estimated 1 matches for "cd57".

Did you mean: c57
2009 Apr 16
1
How can I catch errors thrown from c via the Rcpp error() function?
...;class") [1] "try-error" 2. This is an example using flowClust (using real data, set up to guarantee that the error is thrown): > x <- try(res30 = flowClust(tFrame, K=30, B=1000, varNames=c('CD4', 'CD8','KI67', 'CD45RO', 'CD28', 'CD57', 'CCR5', 'CD19', 'CD27', 'CCR7', 'CD127'))) Error in flowClust(tFrame, K = 30, B = 1000, varNames = c("CD4", "CD8", : The covariance matrix is near singular! Try running the program with a different initial configuration or less c...