Buenas,
Estoy usando un script que contiene una parte que me tarda muchisimo tiempo en ejecutar.
Querría saber si alguien me puede ayudar a paralelizarlo. Copio la parte del Script.
> example.randPathDS <- sapply(1:10000,
function(run){
podaDS (genotypes, status,
pathGeneList, geneSnpList,
NsamplePerms=1000, resamplePaths=TRUE)
}
)
Gracias