Hello,
I'm trying to run the latest version of decontX using the dgCMAtrix from seurat. The analysis runs smoothly and I get the decontx list output. However I can't do the UMAP analysis and the rest of the plots and analyses showed in the vignette.
seur.dtc <- decontX(seur.dtc)
plotDecontXContamination(seur.dtc)
umap <- reducedDim(seur.dtc, "decontX_UMAP")
Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘reducedDim’ for signature ‘"list", "character"’
Am I missing something?
Hello,
I'm trying to run the latest version of decontX using the dgCMAtrix from seurat. The analysis runs smoothly and I get the decontx list output. However I can't do the UMAP analysis and the rest of the plots and analyses showed in the vignette.
seur.dtc <- decontX(seur.dtc)plotDecontXContamination(seur.dtc)umap <- reducedDim(seur.dtc, "decontX_UMAP")Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘reducedDim’ for signature ‘"list", "character"’Am I missing something?