Skip to content

Commit

Permalink
Make sort_samples FALSE by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiez committed Jul 18, 2024
1 parent 7db0662 commit 25838d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pseudobulk.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pseudobulk <- function(x, split.by, group.by, samples=NULL, genes=NULL, sort_sam

#' @rdname pseudobulk
#' @export
pseudobulk.Seurat <- function(x, split.by, group.by, samples=NULL, genes=NULL, assay=NULL, layers="counts", sort_samples=TRUE, ...) {
pseudobulk.Seurat <- function(x, split.by, group.by, samples=NULL, genes=NULL, assay=NULL, layers="counts", sort_samples=FALSE, ...) {
if (!is.null(assay))
DefaultAssay(x) <- assay

Expand Down

0 comments on commit 25838d9

Please sign in to comment.