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
Processing large genotypes take way too long.
It turns out that splitting the matix into genes takes the most time. Probably should change to data.table and possible feather for the backend.
http://kbroman.org/blog/2017/04/30/sqlite-feather-and-fst/
https://stackoverflow.com/questions/39670743/is-there-a-faster-way-to-subset-a-sparse-matrix-than?noredirect=1#comment66739254_39670743
and probably sparse matrix support.
This may break backwards compatibility. seqMeta2 package?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Processing large genotypes take way too long.
It turns out that splitting the matix into genes takes the most time. Probably should change to data.table and possible feather for the backend.
http://kbroman.org/blog/2017/04/30/sqlite-feather-and-fst/
https://stackoverflow.com/questions/39670743/is-there-a-faster-way-to-subset-a-sparse-matrix-than?noredirect=1#comment66739254_39670743
and probably sparse matrix support.
This may break backwards compatibility. seqMeta2 package?
The text was updated successfully, but these errors were encountered: