Skip to content

Commit

Permalink
Update objects.R
Browse files Browse the repository at this point in the history
  • Loading branch information
mojaveazure authored Jan 10, 2022
1 parent d40141c commit e23fe2d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions R/objects.R
Original file line number Diff line number Diff line change
Expand Up @@ -2253,8 +2253,10 @@ setAs(
X = 1:length(x = vst.res),
FUN = function(i) {
vst.res[[i]]$umi.assay <- umi.assay[[i]]
return(PrepVSTResults(vst.res = vst.res[[i]],
cell.names = colnames(x = from)))
return(PrepVSTResults(
vst.res = vst.res[[i]],
cell.names = colnames(x = from)
))
}
)
names(x = vst.res) <- paste0("model", 1:length(x = vst.res))
Expand Down

0 comments on commit e23fe2d

Please sign in to comment.