simulationHandle <- function(x) {
simHandleObj <- new("SimulationHandle",
baseDir = x,
isSequence = isSequence(x),
sequenceInfo = sequenceInfo(x),
softwareVersion = versionInfo(x))
validObject(simHandleObj)
return(simHandleObj)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.