You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> # FindAllMarkers ----
>
> seurat_markers_all <- FindAllMarkers(
+ seurat_object,
+ only.pos = TRUE,
+ min.pct = 0.25,
+ logfc.thres .... [TRUNCATED]
Calculating cluster 0
For a (much!) faster implementation of the Wilcoxon Rank Sum Test,
(default method for FindMarkers) please install the presto package
--------------------------------------------
install.packages('devtools')
devtools::install_github('immunogenomics/presto')
--------------------------------------------
After installation of presto, Seurat will automatically use the more
efficient implementation (no further action necessary).
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: