-
Notifications
You must be signed in to change notification settings - Fork 32
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
R crashes after analyze(vision) - fitting ... #119
Comments
Hi Raphael, Thanks for posting this issue - from the code example, everything looks fine. I have indeed experienced this issue myself before, and I believe it has to do with the external package that's used to fit the GMM ( I apologize for not being of more help here. But if you find that this is certainly not an issue with your environment but rather the VISION package I'm happy to take a deeper look into it with you. Thanks, |
Hi, Thank you for the wonderful package. I have encountered this error and not sure what is happening. Am I doing it right?
Error: Can you help? Thank you so much! |
@apal6 don't load the signatures with 'gmtPathways' first. Instead, just pass the file path to Vision. e.g.
|
Thank you for quick response. I tried it and now there's a new error
|
Can you show me how you are creating the 'signature' variable?
…On Fri, Aug 18, 2023, 10:25 AM apal6 ***@***.***> wrote:
Thank you for quick response.
I tried it and now there's a new error
DefaultAssay(sobj) <- "RNA" vis <- Vision(sobj,signatures =signature)
Importing counts from ***@***.*** ... Normalizing to counts per
10,000... Importing Meta Data from ***@***.*** ... Importing latent
space from Embeddings(obj, "pca") using first 30 components Loading data
from HALLMARK_HYPOXIA ... Error in readSignaturesInput(sig) : Cannot find
file: HALLMARK_HYPOXIA
—
Reply to this email directly, view it on GitHub
<#119 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEGXRYYCNOS6QJVIRX7Y53XV6QRXANCNFSM5YX2KZOQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
|
no, there you are using read_tsv. You need to pass the file path directly into the Vision function, the way I showed. Use this command:
|
Got it! Thank you, that worked |
Hey Matt,
Unfortunately by running analyze(vision), R crashes during/after fitting ...
and here is the code i use:
Thanks a lot for your help!
Best,
Raphael
The text was updated successfully, but these errors were encountered: