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 wanted to join with the single-cell data that I have, but I met the error about different normalization.
anchors <- FindTransferAnchors(reference = adipose.raw, query = HFD8)
Error: An SCT assay (SCT) was provided for query.assay but normalization.method was set as LogNormalize
anchors <- FindTransferAnchors(reference = adipose.raw, query = HFD8,
+ normalization.method = "SCT")
Error in slot(object = reference[[reference.assay]], name = "SCTModel.list") :
no slot of name "SCTModel.list" for this object of class "Assay5"
what do you propose the best to manage the memory issue and normalization between two objects?
Hi,
I try to integrate single-cell data with spatial transcriptomics from 10x Visium.
As described in issue 9702, I have a memory issue when transforming my single-cell data.
I transform spatial transcriptomic
I wanted to join with the single-cell data that I have, but I met the error about different normalization.
what do you propose the best to manage the memory issue and normalization between two objects?
thanks,
Tiphaine
The text was updated successfully, but these errors were encountered: