Closed kbroman closed 6 years ago
> out <- scan1snps(a, pmap, pheno_clin[,"liver_weight"], query_func=qf, cores=0) Error: $ operator is invalid for atomic vectors
If I did pheno_clin[,"liver_weight",drop=FALSE] it worked fine.
pheno_clin[,"liver_weight",drop=FALSE]
This issue was moved to rqtl/qtl2#17
If I did
pheno_clin[,"liver_weight",drop=FALSE]
it worked fine.