vmikk / metagMisc

Miscellaneous functions for metagenomic analysis.
MIT License
46 stars 11 forks source link

Parallelize plyr-dependent functions #1

Open vmikk opened 7 years ago

vmikk commented 7 years ago

It should be quite easy to parallelize plyr-dependent functions to speed up processing of data.

Functions that could be modified to accept parallel option:

vmikk commented 6 years ago

Finally, the first stepping stone! Multiple rarefaction was parallelized with plyr (decf7ae).