Description Usage Arguments Value Examples
parseMS
parses results from an MS simulation, returning a list of results.
1 |
file |
filename to MS simulation results. |
A list containing each simulation's data.
1 2 | res <- parseMS(system.file("extdata", "ms-01.sim", package="mstools"))
summary(sapply(res, function(x) x$segsites))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.