Skip to content

Commit

Permalink
fix sscran typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lahuuki committed May 31, 2024
1 parent 535ceea commit 943f2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/add_qc_metrics.R
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ add_qc_metrics <- function(spe) {
## low_n_features
spe$scran_low_n_features <- NA
spe$scran_low_n_features[which(spe$in_tissue)] <- qcfilter$low_n_features
spe$sscran_low_n_features <- factor(spe$scran_low_n_features,
spe$scran_low_n_features <- factor(spe$scran_low_n_features,
levels = c("TRUE", "FALSE")
)

Expand Down

0 comments on commit 943f2f7

Please sign in to comment.