Skip to content

Commit

Permalink
More fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiez committed Jul 18, 2024
1 parent 25838d9 commit de39643
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/pseudobulk.R
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ pseudobulk.Seurat <- function(x, split.by, group.by, samples=NULL, genes=NULL, a
s$cluster <- n
tmp <- edgeR::DGEList(xl[[n]], samples=s)
tmp$genes <- genes
tmp <- xl[[n]]
#colnames(tmp) <- unname(colnames(tmp))
tmp
})
Expand Down

0 comments on commit de39643

Please sign in to comment.