initialize | R Documentation |
initialize method for Startrac
## S4 method for signature 'Startrac'
initialize(.Object, cell.data, aid = "AID", n.perm = NULL, cores = NULL)
.Object |
A Startrac object |
cell.data |
data.frame contains the input data |
aid |
character analysis id |
n.perm |
integer number of permutation will be performed. If NULL, no permutation. (default: NULL) |
cores |
number of core to be used. Passed to doParallel::registerDoParallel. default: NULL. |
an object of class Startrac
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.