You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope this message finds you well. I am currently working with your package (likely SPATA2 or another spatial transcriptomics-related package) and encountered an issue when attempting to use the asMolecularAssay function on a Seurat object. Specifically, I received the following error:
spata_object2 <-
asSPATA2(
object = seurat_object,
sample_name = "T4",
platform = "VisiumSmall",
img_name = "T4",
assay_name = "Spatial",
assay_modality = "gene"
)
21:38:18 Initiating SPATA2 object of spatial platform: VisiumSmall
21:38:18 Transferring data.
Erro: unable to find an inherited method for function ‘asMolecularAssay’ for signature ‘object = "Assay"’
The text was updated successfully, but these errors were encountered:
Oh, I am sorry that. I did not notify you when I uploaded the fix... This was weeks ago actually. Have you reinstalled the package yet and tried it again?
I hope this message finds you well. I am currently working with your package (likely SPATA2 or another spatial transcriptomics-related package) and encountered an issue when attempting to use the asMolecularAssay function on a Seurat object. Specifically, I received the following error:
spata_object2 <-
asSPATA2(
object = seurat_object,
sample_name = "T4",
platform = "VisiumSmall",
img_name = "T4",
assay_name = "Spatial",
assay_modality = "gene"
)
21:38:18 Initiating SPATA2 object of spatial platform:
VisiumSmall
21:38:18 Transferring data.
Erro: unable to find an inherited method for function ‘asMolecularAssay’ for signature ‘object = "Assay"’
The text was updated successfully, but these errors were encountered: