You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
#16
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?
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
The text was updated successfully, but these errors were encountered: