testIfAlreadyDone {methInheritSim} | R Documentation |
Test if a specific simulation has already be done.
testIfAlreadyDone(pathOut, preference, id, saveGRanges, saveMethylKit, runAnalysis)
pathOut |
a string of |
preference |
a string of |
id |
a positive |
saveGRanges |
a |
saveMethylKit |
a |
runAnalysis |
a |
logical
indicating if the simulation has already done.
Pascal Belleau, Astrid Deschenes
## Return TRUE when the specified simulation has already be done; ## otherwise, return FALSE. methInheritSim:::testIfAlreadyDone(pathOut = ".", preference = "S1_6_0.9_0.8_0.5", id = 33, saveGRanges = FALSE, saveMethylKit = FALSE, runAnalysis = FALSE)