You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran my samples (n = 10 in total. there are 2 groups, n=5 in each group) over 4 days. I have 1 cytonorm control for each day (total 14 fcs files). I am using cytonorm plugin on flowjo but there is no normalized fcs files generated.
in my step 02 of initial workflow, there seem to be something wrong with my second cytonorm control (and also fourth cytonorm control but I am not sure if both have the same issue).
I tried adding emptyValue=F like #37 but there's an error in if (any(idx)) { : missing value where TRUE/FALSE needed
This code was in my ROUT file.
Can you help me please?
Thank you
The text was updated successfully, but these errors were encountered:
I just added that to this part in step 02:
fsom <- CytoNorm::prepareFlowSOM(train_data$Path,truncate_max_range=F,
channels,
nCells = 6000,
FlowSOM.params = list(xdim = 5,
ydim = 5,
nClus = nCluster,
scale = FALSE), #TODO place 'colsToUse' here for user selected params
transformList = transformList,
seed = 1)
it shows me this now:
Error in SOM(fsom$data[, colsToUse], silent = silent, ...) :
NA/NaN/Inf in foreign function call (arg 1)
Timing stopped at: 10.22 0 10.33
Hello,
I ran my samples (n = 10 in total. there are 2 groups, n=5 in each group) over 4 days. I have 1 cytonorm control for each day (total 14 fcs files). I am using cytonorm plugin on flowjo but there is no normalized fcs files generated.
in my step 02 of initial workflow, there seem to be something wrong with my second cytonorm control (and also fourth cytonorm control but I am not sure if both have the same issue).
I tried adding emptyValue=F like #37 but there's an error in if (any(idx)) { : missing value where TRUE/FALSE needed
This code was in my ROUT file.
Can you help me please?
Thank you
The text was updated successfully, but these errors were encountered: