-
Notifications
You must be signed in to change notification settings - Fork 103
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
Transformation between Seurat and Giotto object #224
Comments
Hi, We have a function called seuratToGiotto() in the suite branch, which enables transforming a Seurat object to Giotto. |
Hi when I use seuratToGiotto() for seurat object, it returns an error "in seuratToGiotto(se.subset) : object 'test' not found". No clue what it is. Can you provide some insights? Thanks |
Hi, Which version of suite are you using? You may have to update if you are not using the current version, 2.0.0.998. If that does not work could you provide the a screen shot with what happens when you run seuratToGiotto? |
It's the latest version
Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
That error is gone when reboot the R. But another error shows " Error: Cannot find 'pca' in this Seurat object". |
How do I upgrade packages? I find that using update.packages() does not work. |
Suite is our development branch and has not been officially released, as such is frequently updated. In order to make sure you are using the most up-to-date version, it is best practice to re-install Giotto suite regularly: remotes::install_github("RubD/Giotto@suite") |
The SeurattoGiotto issue that opened this thread should be fixed now as the function is now compatible with Seurat objects with any type of dimension reduction. |
dear RubD,
Thank you for your excellent job! I Have a visium Seurat object. How can I Transform it to Giotto visum object in a quickly way ?
hoping to hear from you ,
best wishes
The text was updated successfully, but these errors were encountered: