Description Usage Arguments Examples
function that do parallel t test and elect results based on p.threshold
1  | parTtest(group1, group2, ncores = 2)
 | 
group1 | 
 df that each col is a probe id, each row is a sample  | 
group2 | 
 df that each col is a probe id, each row is a sample  | 
ncores | 
 number of cores to do parallel computing  | 
1 2 3 4  | ## Not run: 
 parTtest(earlygroup, lategroup, ncores = 2)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.