make.uniqueIF {idiogramFISH} | R Documentation |
make.uniqueIF: produces unique strings from duplicated
make.uniqueIF(string, sep = "_", letter = FALSE)
string |
name of char. vector |
sep |
separator |
letter |
boolean, use numbers when |
character vector
make.uniqueIF(c(1, 1, 2, 2))