runStats_inThread | R Documentation |
create a script that calculates the stats in a new thread; run the script and collect the data after the script has finished
runStats_inThread(
x,
condition,
files = F,
A = NULL,
B = NULL,
covariates = NULL,
form = NULL,
settings = NULL
)
x |
the BioData object |
condition |
the samples column to run stats for |
files |
whether to print the stats output to file ( default =F - depricated) |
A |
if not all conditions should be used condition A |
B |
if not all conditions should be used condition B |
covariates |
should covariates be used - name them here |
form |
a specific formualr to use? State it here |
settings |
SLURM setting like list( A = 'lsens2018.3.3', T='00:20:00', n=1, N=1 ) (default NULL) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.