Simon-Coetzee / motifBreakR

A Package For Predicting The Disruptiveness Of Single Nucleotide Polymorphisms On Transcription Factor Binding Sites.
27 stars 12 forks source link

plotMB error #21

Open bschilder opened 4 years ago

bschilder commented 4 years ago

Hello,

I installed motifbreakR via Bioconductor. When I run the example for plotMB() I get the following error. I get the same error using my own motifbreakR results as well.

data("example.results")
motifbreakR::plotMB(example.results, "rs2661839", effect = "strong") 
Error in if ((mcols(mresult)$varType == "Insertion" & mcols(mresult)$alleleDiff <  : 
  argument is of length zero

R Version

platform       x86_64-apple-darwin15.6.0   
arch           x86_64                      
os             darwin15.6.0                
system         x86_64, darwin15.6.0        
status                                     
major          3                           
minor          6.2                         
year           2019                        
month          12                          
day            12                          
svn rev        77560                       
language       R                           
version.string R version 3.6.2 (2019-12-12)
nickname       Dark and Stormy Night    

Thanks, Brian