#build a list of pdb-files
pdbs<-list(system.file("1KZK.pdb", package = "BioPhysConnectoR"),
system.file("1EBY.pdb", package = "BioPhysConnectoR"))
sim(pdbs, cuts = 169)
## Cluster example
clu<-makeCluster(2)
sim(pdbs, cuts = 169, cluster = clu)
stopCluster(clu)
Run the code above in your browser using DataLab