-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error message in scaffold analysis #5
Comments
Hi there! Did you find a solution to your problem? I am actually facing the same hurdle, with no success so far.... Anyone who could help? |
I didn't get round it yet but have been working on other things. I will let you know if I solve it! |
Hi, Apologies for the late reply. Have you been able to solve this? |
Hi, I am also having this problem. Has anyone solved it yet? Thank you! Warning: Error in if: missing value where TRUE/FALSE needed |
I believe I found the problem at line 78 of scaffold/blob/master/R/force_directed_matching_gated.R, in the load_attractors_from_gated_data function: If(!all(pData(parameters(fcs))$desc == " ")). In my file pData(parameters(fcs))$desc are all NA, not “ ”, so that was breaking it. It worked for me after adding descriptions, e.g.: |
Hi there,
This is the first time I am using scaffold. I have got the .Rdata files and am trying to run the scaffold analysis as in the README. I keep getting an error "missing value where TRUE/FALSE needed". I have tried filling in different combinations of things in the drop down menu/tick boxes but still get this error. I have my gated fcs files in a subdirectory "gated"...
This is the print out I get in R studio -
tack trace (innermost first):
89: load_attractors_from_gated_data
88: scaffold:::run_analysis_gated
81: isolate
80: renderText [/Library/Frameworks/R.framework/Versions/3.3/Resources/library/scaffold/shinyGUI/server.R#352]
79: func
78: origRenderFunc
77: output$analysisui_empty
2: runApp
1: scaffold.run
Any suggestions where I am missing this TRUE/FALSE value?
Thanks very much.
Kirsten
PS. Sorry for cross posting - I initially put this in the wrong thread.
The text was updated successfully, but these errors were encountered: