Hello,
I'm using snpStats on R to try and read a pedfile and keep running into an issue.
I input this:
> read.pedfile("test.ped")
And get this:
Error in read.pedfile("test.ped") : object 'm' not found
Any idea what 'm' is? I imagine it's a type of variable in the script that converts my file to a snpMatrix but I'm really new to R so I'm not sure how to go about trying to fix it. Thanks!
It might be a bug in the software (that variable name is used indeed in
read.pedfile
) but it is difficult to say. Your best chance is report this at the bioconductor support site or contact the author maintainer directly.Were you able to get this fixed?
I have the same error !!!!