fix_celltype_names2: Fix celltype names

View source: R/fix_celltype_names2.R

fix_celltype_names2R Documentation

Fix celltype names

Description

Make sure celltypes don't contain characters that could interfere with downstream analyses. For example, the R package MAGMA.Celltyping cannot have spaces in celltype names because spaces are used as a delimiter in later steps.

Usage

fix_celltype_names2(
  celltypes,
  replace_chars = "[-]|[.]|[ ]|[//]|[\\/]",
  make_unique = TRUE
)

Arguments

celltypes

Character vector of celltype names.

replace_chars

Regex string of characters to replace with "_" when renaming columns.

make_unique

Make all entries unique.

Value

Fixed celltype names.


NathanSkene/MAGMA_Celltyping documentation built on Aug. 21, 2023, 8:55 a.m.