Error in ‘reducedDim’ for UMAP #350
-
|
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.
Am I missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @karlaarz, thanks for trying out our tool. If the input is just a The rest of the plots should work the same as outlined in our vignette. If you don't want to use the SCE, then you can get the UMAP and clusters from the result list: Note that you will want to save the decontX result into a variable with another name so you don't overwrite your original matrix. I'm going to move this to the Discussions section instead of an issue in case other people have the same question. Just let me know if you have other issues or questions. |
Beta Was this translation helpful? Give feedback.
Hi @karlaarz, thanks for trying out our tool. If the input is just a
dgCMatrix, then the output will be just be a list of results. ThereducedDimfunction expects aSingleCellExperiment(SCE) object as input. If you put your counts into a SCE object first, then your code should work:The rest of the plots should work the same as outlined in our vignette. If you don't want to use the SCE, then you can get the UMAP and clusters from the result list: