Closed xiebb123456 closed 2 years ago
thanks for the good tools, the coordinates in 'CHETAHclassifier' needs to change form 'coordinates <- coordinates[coordinates[,2] != 0, ]' to 'coordinates <- coordinates[coordinates[,2] != 0, ,drop=F]'
I've made this chance (fi-na-ly) in version 1.12.1, which should become available on Bioconductor within the next few days.
thanks for the good tools, the coordinates in 'CHETAHclassifier' needs to change form 'coordinates <- coordinates[coordinates[,2] != 0, ]' to 'coordinates <- coordinates[coordinates[,2] != 0, ,drop=F]'