We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa5af3 commit 2ffab58Copy full SHA for 2ffab58
1 file changed
R/sce2array.R
@@ -56,6 +56,7 @@ sce2array <- function(object, model_name = NULL,norm_output = TRUE){
56
for(ct in names(table(CellLabel))){
57
array[,,ct] = Exp[,CellLabel %in% ct]
58
}
59
+ array = array[,,colnames(object@ref)]
60
array
61
62
0 commit comments