We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: qtlnet 1.0.3 R version: 2.14.0
I was working through the examples in the documentation. Everything was working well until I tried this example:
loci.qtlnet(Pscdbp.qtlnet)
returns : Error in dimnames(addcov.dat)[[2]] <- make.names(dimnames(addcov.dat)[[2]]) : attempt to set an attribute on NULL
traceback results: 2: get.ss(cross, i, parents, addcov[[i]], intcov[[i]], thr[[i]], method) 1: loci.qtlnet(Pscdbp.qtlnet)
This could be a syntax error on my part, but given that is is directly form the examples I thought I should submit a report.
Thanks Justin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version: qtlnet 1.0.3
R version: 2.14.0
I was working through the examples in the documentation. Everything was working well until I tried this example:
loci.qtlnet(Pscdbp.qtlnet)
returns :
Error in dimnames(addcov.dat)[[2]] <- make.names(dimnames(addcov.dat)[[2]]) : attempt to set an attribute on NULL
traceback results:
2: get.ss(cross, i, parents, addcov[[i]], intcov[[i]], thr[[i]],
method)
1: loci.qtlnet(Pscdbp.qtlnet)
This could be a syntax error on my part, but given that is is directly form the examples I thought I should submit a report.
Thanks
Justin
The text was updated successfully, but these errors were encountered: