Open ctlongg opened 9 months ago
Hi @ctlongg, I would need to take a look at the object in this case. Can you email your object to schoudhary@nygenome.org? Thanks!
Hi @saketkc - I also merge my individual Seurat objects (setting (merge.data=T
)) that were SCTranform-ed individually. Do I need to perform SeuratObject::JoinLayers()
now before proceeding with setting my variable_features with SelectIntegrationFeatures
?
This is because when I did SeuratObject::JoinLayers(Merged_Seurat_Obj)
right after merging the different objects, I encountered an error Error in UseMethod(generic = "JoinLayers", object = object) : no applicable method for 'JoinLayers' applied to an object of class "c('SCTAssay', 'Assay', 'KeyMixin')"
Here is my merged object atm:
Thank you for your help.
Hi @saketkc @ctlongg @chungsai - Have you by chance found any solution/clarification regarding whether we need to perform SeuratObject::JoinLayers()
before setting my variable_features
with SelectIntegrationFeatures()
?
Hi,
I am processing an scRNA-seq dataset containing 14 samples. For each sample, I performed the standard QC filtering based on nFeatures and mitochondrial gene percentage, followed by the identification of doublet cells with DoubletFinder. After that, I merged the 14 samples and joined the layers while preserving only the merged
counts
layer. However, when I try to perform SCTransform on this merged object, I get the errorError in bw.SJ(genes_log_gmean_step1) : need at least 2 data points
. I tried looking into the source code of SCTransform but couldn't locate whether something was wrong with my merged object or it was due to an incompatibility issue with Seurat v5. Below is the code for merging and SCTransform, thanks for the help.Error in bw.SJ(genes_log_gmean_step1) : need at least 2 data points