Skip to content

Commit 0947071

Browse files
committed
revert
1 parent 391aa5e commit 0947071

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/Statistics.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,7 @@ Percent_Expressing <- function(
221221
assay <- assay %||% DefaultAssay(object = seurat_object)
222222

223223
# Check features exist in object
224-
features_list <- Feature_PreCheck(object = seurat_object, features = features)
225-
224+
features_list <- Feature_Present(data = seurat_object, features = features, print_msg = FALSE, case_check = TRUE, seurat_assay = assay)[[1]]
226225

227226
# Check group_by is in object
228227
if (!is.null(x = group.by) && group.by == "ident") {

0 commit comments

Comments
 (0)