make.uniqueIF {idiogramFISH}R 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))


[Package idiogramFISH version 2.0.13 Index]