standardizeLabel {MetaNeighbor}R Documentation

Remove special characters ("|") from labels to avoid later conflicts

Description

Remove special characters ("|") from labels to avoid later conflicts

Usage

standardizeLabel(labels, replace = "|", with = ".")

Arguments

labels

Character vector containing study ids or cell type names.

replace

Special character to replace

with

Character to use instead of special character

Value

Character vector with replaced special characters.


[Package MetaNeighbor version 1.12.0 Index]