-
Notifications
You must be signed in to change notification settings - Fork 14
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 occurred during data transformation #194
Comments
A change was recently made to the
|
I updated with: BiocManager::install("flowWorkspace") and am still having the same issue |
If you are running R on windows like I do, I found some error comes from directory permission issue while updating flowWorkspace. I tried to re-install R and change the default library directory to somewhere else (like "C:\R"). Now it works for me again. |
Thank you for the help! |
@georgersmith99 did you manage to solve this? I'm having the same problem, albeit using ubuntu. |
unfortunately not, i updated flowWorkspace manually and changed the directory of install and still getting the same issue |
@georgersmith99 After hours of trouble shooting I managed to get it to run by downgrading the scales package. remove.packages("scales") remotes::install_version("scales", version = "1.2.0") Hopefully this can help. |
Yes works for me! Thank you very much! |
Apologies for the delay, I have been away. The fix for the new version of
I am working on a fix that will work with both versions of |
I downgraded "scales" to v.1.2.0, and tried to reproduce an image from the compensation vignette. Although my code ran, the data didn't transform properly. So you might want to be wary of the data you're generating using this approach and check that it was actually transformed. I'm not able to install the fix. It says:
|
I am having the same issue but the solutions above don't work for me... I tried this one as well, but I get this error: |
Error occurred during data transformation, what could be wrong?
GS<- cyto_setup(GS_path)
GS<- cyto_transform(GS, type="biex")
Error: 'trans' must be a list of transformer objects (generated by scales::trans_new method)
The text was updated successfully, but these errors were encountered: