make.uniqueIF: FUNCTION make.uniqueIF

View source: R/make.uniqueIF.R

make.uniqueIFR Documentation

FUNCTION make.uniqueIF

Description

make.uniqueIF: produces unique strings from duplicated

Usage

make.uniqueIF(string, sep = "_", letter = FALSE)

Arguments

string

name of char. vector

sep

separator

letter

boolean, use numbers when FALSE

Value

character vector

Examples

make.uniqueIF(c(1, 1, 2, 2))


idiogramFISH documentation built on Aug. 22, 2023, 5:08 p.m.