rr1859 / R.4Cker

MIT License
16 stars 15 forks source link

Error when running nearBaitAnalysis #9

Open tlgolan opened 8 years ago

tlgolan commented 8 years ago

Hi again, While analyzing my 4Cseq data using this function, I keep getting this kind of error: Error in colnames<-(*tmp*, value = c("counts", "distance")) : 'names' attribute [2] must be the same length as the vector [0]

I will be grateful if you can guide me how to solve this problem. Thanks for your help, Tal

rr1859 commented 8 years ago

Hi, this has to do with problems of separating your data based on quantiles into non, low, and high interactions to train the HMM . If the distribution of counts is skewed this may not work very well. I will add an error message and also try to include an option for the user to input different quantiles to test.