I have written a parallelised implementation of clumpp and included it
in the clumpak function. It can be activated using the argument
parallel = TRUE
.
This depends on the future.apply
package.
You need devtools
for installation.
#install.packages(c("devtools","future.apply"))
devtools::install_github("SethMusker/starmie")
Visit sa-lee’s repo for the full Readme: https://github.com/sa-lee/starmie