-
Notifications
You must be signed in to change notification settings - Fork 13
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
Issues Transforming Data and Plotting gated samples #195
Comments
I'm getting the same transformation error (Error: 'trans' must be a list of transformer objects (generated by scales::trans_new method)" with a fresh cytoexplorer install, unsure why.. I did not see this error before the reinstall... Seems like the error is flagged in the code linked below, unsure how to fix this. @DillonHammill, any chance you can shed some light on this? https://rdrr.io/bioc/flowWorkspace/src/R/GatingSet_Methods.R |
Apologies for the delay, I have been away. The fix for the new version of scales hasn't been merged for flowWorkspace as yet, so you will need to install directly from GitHub to get the fix:
I am working on a fix that will work with both versions of scales. |
@DillonHammill I was wondering if this issue has been fixed. Still getting error message below when running cyto_transformer_logicle: Error: 'trans' must be a list of transformer objects (generated by scales::trans_new method) Above fix installing directly from GitHub fails:
thanks! |
Hi! remove.packages("scales") remotes::install_version("scales", version = "1.2.0") Hopefully this works! |
Hi, Above fix to downgrade to "scales" 1.2.0 worked briefly but seems to be broken again. CytoexploreR now requires scales 1.3.0:
But same error occurs with transform:
thanks |
I get the same error as @schvartzman now. |
|
@djhammill Any recommendation on how to fix the error currently? Many thanks, |
Install the latest version of
|
But just to make sure, updating to scales v1.3.0 still results in an error when running cyto_transform:
Many thanks, |
@djhammill I am now getting the same error, even when updating the scales package! Any help would be massively appreciated! |
I am having the same issue.... Hope you see solutions soon! |
Is there already a solution for this issue? Or a way to work around it? I am suffering from the same issue and my script is quite dependent on this functionality. Thanks in advance! |
Interestingly I just got a new M3 Mac and installed everything de novo and cyto_transform works perfectly. Is this an M1 specific or M1 and M2 specific problem? |
I've been using an M2 and it doesn't work, it must just be good for M3
Sent from Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Juan Manuel Schvartzman ***@***.***>
Sent: Thursday, March 28, 2024 6:39:29 PM
To: DillonHammill/CytoExploreR ***@***.***>
Cc: georgersmith99 ***@***.***>; Author ***@***.***>
Subject: Re: [DillonHammill/CytoExploreR] Issues Transforming Data and Plotting gated samples (Issue #195)
Interestingly I just got a new M3 Mac and installed everything de novo and cyto_transform works perfectly. Is this an M1 specific or M1 and M2 specific problem?
—
Reply to this email directly, view it on GitHub<#195 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A42WZ4B4XJORX6J4RWYP5JDY2RPWDAVCNFSM6AAAAABBG4RB2OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRVHA3TKOBTGE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Briefly describe what you hope to achieve:
-When i plot i get error: Error: a character vector argument expected
Full code provided below
Outline the steps taken to attempt to reach this goal (paste code below):
Include any associated screenshots or images here:
The text was updated successfully, but these errors were encountered: