Closed reJELIN closed 1 year ago
Hello, Thanks for your interest in Piccolo, and for considering its use for your single cell analysis. While I'm working on extending its utility beyond the basic scRNAseq analysis, I do recognize that Seurat already offers a comprehensive array of tools and it would be more practical to integrate the outputs we obtain from Piccolo into Seurat for further downstream analysis. Specifically regarding your question, while it isn't viable to select features and then normalize using SCTransform, one can take one of the following approaches:
To illustrate the two approaches discussed above, I've relied on the SCTransform v2 vignette and the data set discussed there: https://satijalab.org/seurat/articles/sctransform_v2_vignette.html
The attached .txt file contains the R script (can't attach .R file here) showing how you can set up the analysis for the example provided in the vignette. Example_UsingSeuratWithPiccolo.txt
I hope you find this helpful.
Please use the following updated example script: Example_UsingSeuratWithPiccolo.txt
Hello,
Nice package thank you for it.
Infortunately i need Seurat for most of my pipeline so it would take too much time to adapt it (Seurat V5 is integrating a lot of tools also).
Do you think it is statistically viable to use your selection tools and then normalize my data using seurat SCTransform normalisation in order to analyse my single-cell data ?