JEFworks-Lab / HoneyBADGER

HMM-integrated Bayesian approach for detecting CNV and LOH events from single-cell RNA-seq data
http://jef.works/HoneyBADGER/
GNU General Public License v3.0
95 stars 31 forks source link

error in hb$summarizeResults #45

Open UmairSeemab opened 3 years ago

UmairSeemab commented 3 years ago

Hi I am running the HoneyBADGER (https://github.com/JEFworks-Lab/HoneyBADGER/blob/master/docs/Getting_Started.md) on simply test data and its not working. It should at least work at test data but giving error at hb$summarizeResults

results <- hb$summarizeResults(geneBased=TRUE, alleleBased=FALSE) Error in data.frame(..., check.names = FALSE) : arguments imply differing number of rows: 14, 13

could you fix this tutorial