Dean Li
Results
2
comments of
Dean Li
> Have you solved this question? I had the same question. I used the singularity container to run pyscenic(aertslab-pyscenic-0.9.18.sif &aertslab-pyscenic-0.12.1.sif) . Yes. I solved it by using the PBMC 3k...
I solved this by setting `trailing.zero = TRUE` at rstatix (version 0.6.0). ```{r} rstaix::p_format(1e-10, accuracy = 2.6e-16, digits = 10, trailing.zero = TRUE) [1] "1e-10" ```