Skip to content

Commit

Permalink
Test Github Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
brgew committed Aug 17, 2023
1 parent babe68c commit 85fa19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plotting.R
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ plot_cells <- function(cds,
}
if (nrow(markers_rowData) >= 1) {
cds_exprs <- SingleCellExperiment::counts(cds)[row.names(markers_rowData), ,drop=FALSE]
assertthat::assert_that(!is.null(size_factors(cds_exprs)))
# assertthat::assert_that(!is.null(size_factors(cds_exprs)))
cds_exprs <- Matrix::t(Matrix::t(cds_exprs)/size_factors(cds))

if (!is.null(dim(genes)) && dim(genes)[[2]] >= 2){
Expand Down

0 comments on commit 85fa19e

Please sign in to comment.