clonealign icon indicating copy to clipboard operation
clonealign copied to clipboard

when colnames(L) get named in case they are NULL with colnames(Y) <- paste0("gene_", letters[seq_len(ncol(Y))]) wouldn't that give gene_NA if there are more than 26 genes?

Open kieranrcampbell opened this issue 5 years ago • 0 comments

when colnames(L) get named in case they are NULL with colnames(Y) <- paste0("gene_", letters[seq_len(ncol(Y))]) wouldn't that give gene_NA if there are more than 26 genes?

https://github.com/kieranrcampbell/clonealign/blob/master/R/clonealign.R#L257

kieranrcampbell avatar Feb 17 '21 21:02 kieranrcampbell