| runAll | R Documentation | 
Only need count data, group, OrgDb, dir
runAll( count_data, group_list, OrgDb = "org.Hs.eg.db", dir = ".", test_group = "T", control_group = "C", parallel = FALSE )
| count_data | a counts data frame of rows in genes and columns in samples | 
| group_list | a list ordered by samples in counts_data | 
| OrgDb | OrgDb | 
| dir | a directory to store results | 
| test_group | which one is test group in your group_list | 
| control_group | which one is control group in your group_list | 
| parallel | if FALSE, no parallelization. if TRUE, parallel execution using BiocParallel | 
a dir contains all results
## Not run: runAll(count_data = counts_input, group_list = group_list, OrgDb = 'org.Hs.eg.db', dir = tempdir()) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.