Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
WWXkenmo authored Jan 29, 2022
1 parent 1fa5af3 commit 2ffab58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/sce2array.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ sce2array <- function(object, model_name = NULL,norm_output = TRUE){
for(ct in names(table(CellLabel))){
array[,,ct] = Exp[,CellLabel %in% ct]
}
array = array[,,colnames(object@ref)]
array
}

0 comments on commit 2ffab58

Please sign in to comment.