Hi all,
I got this error when i used bf2Vcf function in deepSNV package
counts<-loadAllData(treated,control,regionfile)
BF<-bbb(counts,model="AND")
vcf1<-bf2Vcf(BF=BF,counts=counts,regions=regionfile,samples=files)
Warning message:
In t(round(-10 * log10(pp))) : NaNs produced
Any help is appreciated.