Skip to content

Query regarding DAPC using ADEGENT in R

1 message · Graham Reynolds

#
Hi Rav, if you have multiple cores on your CPU you can distribute the task
among them, which really speeds it up. That might at least let you see
whether it is a problem with the dataset.

grp <-find.clusters(app, max.n.clust=n, parallel = "multicore", ncpus = 4)

You might need to install the Parallel package

Cheers


R. Graham Reynolds, Ph.D.
Assistant Professor of Biology
University of North Carolina Asheville
www.caribbeanboas.org



*From:* R-sig-genetics <r-sig-genetics-bounces at r-project.org> on behalf of
Bhuller, Ravneet <ravneet.bhuller13 at imperial.ac.uk>