Re: [R] Error in is biallelic

2020-11-06 Thread John Kane
Ah, good point. On Fri, 6 Nov 2020 at 20:24, David Winsemius wrote: > > On 11/6/20 4:11 PM, John Kane wrote: > > I think we need a lot mole information. > > > > see these links for suggestions on how to ask a question. > > > > http://adv-r.had.co.nz/Reproducibility.html > > > > > http://stacko

Re: [R] Error in is biallelic

2020-11-06 Thread David Winsemius
On 11/6/20 4:11 PM, John Kane wrote: I think we need a lot mole information. see these links for suggestions on how to ask a question. http://adv-r.had.co.nz/Reproducibility.html http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example I agree that more infor

Re: [R] Error in is biallelic

2020-11-06 Thread John Kane
I think we need a lot mole information. see these links for suggestions on how to ask a question. http://adv-r.had.co.nz/Reproducibility.html http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example On Fri, 6 Nov 2020 at 14:37, Sakthipriya M wrote: > Hi, > am tr

[R] Error in is biallelic

2020-11-06 Thread Sakthipriya M
Hi, am trying to run the following using my SNP data vcf file maizelight <- vcfR2genlight(maizevcf,n.cores=1) Why am getting error Error in is.biallelic(x) : trying to get slot "fix" from an object (class "spec_tbl_df") that is not an S4 object anybody help to solve this, am just trying comments