Entering edit mode
7.7 years ago
zhangqshxxzz
•
0
bioinformatician
Hello ,everyone :
Can anyone have some suggests about this error, when I use XHMM draw the results in R..... `x' must be a numeric matrix
Thanks!
What package/function did you use? (don't know what XHMM is...). How does your data looks like? What code did you use that lead to this error? Please provide as much information as possible, and ideally, a minimum reproducible example. Not clear this is a bioinformatics question.
(xhmm is a tool for finding structural variants in wes.) But OP should provide a lot more information here.
======================== I checked and compared the DATA files with other samples result, but the same step and parameter, it can run well in the other samples.....
I modified your post using the
101010
button for better readability. I also moved it to a comment, because it is no answer to your question.Hello, maybe you have to load another library in R. library(gplots) library(plotrix) library(xhmmScripts) Try with these libraries loaded and maybe it will work. Regards Andrea