Skip to content

Commit

Permalink
More tests to fix pseudobulk.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiez committed Jul 18, 2024
1 parent 81276c7 commit 16edb44
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 @@ -60,7 +60,7 @@ pseudobulk.Seurat <- function(x, split.by, group.by, samples=NULL, genes=NULL, a
dge <- lapply(names(xl), function(n) {
s <- samples
s$cluster <- n
tmp <- edgeR::DGEList(xl[[n]], samples=s)
tmp <- edgeR::DGEList(xl[[n]])#, samples=s)
tmp$genes <- genes
colnames(tmp) <- unname(colnames(tmp))
tmp
Expand Down

0 comments on commit 16edb44

Please sign in to comment.