standardizeLabel {MetaNeighbor} | R Documentation |
Remove special characters ("|") from labels to avoid later conflicts
standardizeLabel(labels, replace = "|", with = ".")
labels |
Character vector containing study ids or cell type names. |
replace |
Special character to replace |
with |
Character to use instead of special character |
Character vector with replaced special characters.