diff --git a/man/Case_Check.Rd b/man/Case_Check.Rd index 3366c12665..7efb36b584 100644 --- a/man/Case_Check.Rd +++ b/man/Case_Check.Rd @@ -2,8 +2,7 @@ % Please edit documentation in R/Utilities.R \name{Case_Check} \alias{Case_Check} -\title{Check for alternate case features -Checks Seurat object for the presence of features with the same spelling but alternate case.} +\title{Check for alternate case features} \usage{ Case_Check( seurat_object, @@ -30,7 +29,6 @@ If features found returns vector of found alternate case features and prints mes parameters specified. } \description{ -Check for alternate case features Checks Seurat object for the presence of features with the same spelling but alternate case. } \examples{ diff --git a/man/Reduction_Loading_Present.Rd b/man/Reduction_Loading_Present.Rd index df976fa035..cc9d0e8e3a 100644 --- a/man/Reduction_Loading_Present.Rd +++ b/man/Reduction_Loading_Present.Rd @@ -35,7 +35,7 @@ warning messages for genes not found. \examples{ \dontrun{ reductions <- Reduction_Loading_Present(seurat_object = obj_name, reduction_name = "PC_1") -found_features <- features[[1]] +found_reductions <- reductions[[1]] } }