crj32 / M3C

Monte Carlo Reference-based Consensus Clustering
https://bioconductor.org/packages/release/bioc/html/M3C.html
36 stars 15 forks source link

Problem with column names starting with 'X' followed by a number #10

Open piplus2 opened 2 years ago

piplus2 commented 2 years ago

https://github.com/crj32/M3C/blob/8d975f2763a4fdfb01774c221cbcb0d52c28f5c7/R/M3C.R#L115

In this line the 'X' is removed from the column names. If the following character is a number, then the 'X' will be added again when the matrix is converted into a data.frame. This gives an error in the neworder1, neworder2.

jgarces02 commented 2 years ago

https://stackoverflow.com/questions/65010759/clustering-by-m3c-package-error-in-data-framedf-neworder2-undefined-c