Skip to content

Commit

Permalink
edit utilities examples
Browse files Browse the repository at this point in the history
  • Loading branch information
susansjy22 committed Mar 28, 2024
1 parent f5ae15f commit 352bfab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ get_unique_tissues <- function(seurat_object, sample_column) {
#'
#' @return A data frame with a column indicating strong evidence.
#'
#' @examples
# @examples
# single_cell_data <- data.frame(
# cell_annotation_azimuth_l2 = c("cd14 mono", "b naive"),
# cell_annotation_blueprint_singler = c("monocytes", "naive b")
Expand Down Expand Up @@ -610,7 +610,7 @@ is_strong_evidence = function(single_cell_data, cell_annotation_azimuth_l2, cell
#'
#' @return A cleaned and standardized vector of cell types.
#'
##' @examples
# @examples
# cell_types <- c("CD4 T Cell, AlphaBeta", "NK cell, gammadelta", "Central Memory")
# cleaned_cell_types <- clean_cell_types_deeper(cell_types)

Expand Down

0 comments on commit 352bfab

Please sign in to comment.