Skip to content
New issue

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

Speed up processing of large genotype matrices #35

Open
DavisBrian opened this issue Dec 18, 2017 · 0 comments
Open

Speed up processing of large genotype matrices #35

DavisBrian opened this issue Dec 18, 2017 · 0 comments

Comments

@DavisBrian
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant