-
Notifications
You must be signed in to change notification settings - Fork 1
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
Problem with 1_QC_Setup_GSList_TBAgs Script- error using flow_to_gatingset #1
Comments
Hi there, It looks like the "path" argument for The "path" argument used to accept either a character scalar of the path to the FCS files or a data.frame containing sample IDs and their absolute paths (like |
Hi @rachel7p and @joliephan, thanks for your comments. Like @joliephan mentioned, the By the way, if your primary purpose is to adapt the code for your own project, there is also this repository (specifically the R_v4.0.3 branch), which was published more recently (and I think the code is neater, though there is more of it). For example, the script to run COMPASS in that project uses parallelization, and I also have an alternative heatmap plotting function which uses Thanks for giving the code a go! For posterity, here is the
|
I am trying to run the code from your publication to adapt the code to my needs. I have run into a problem when trying to Parse the Flow workspace.
The last line of code using flow_to_gatingset() returns the error "Error in path.expand(path) : invalid 'path' argument"
Is there a workaround or fix for this? Thanks!
The text was updated successfully, but these errors were encountered: