View source: R/platform-tools.R
gx.limmaWorkflow | R Documentation |
This function computes differentially expressed genes using Limma. Limma output tables (one for each condition pair) are located in the result folder named after the compared conditions.
gx.limmaWorkflow(inputTable, probeType = "Probes: Affymetrix",
species = "Human (Homo sapiens)", conditions = list(), resultFolder,
skipCompleted = T, wait = T, verbose = F)
inputTable |
input table with expression data |
probeType |
type of probes |
species |
species of the input track genome |
conditions |
a list with condition names and columns |
resultFolder |
path of result folder |
skipCompleted |
skip already completed steps |
wait |
set true to wait for the analysis to complete |
verbose |
set true for more progress info |
The conditions need to be specified in the corresponding list parameter.
There can be up to five different conditions. Their names are specified
within the list like Condition_1="name of first condition", ..., Condition_5=...
.
Furthermore, one needs to assign columns of the input table to conditions.
This information is provided within the same parameter list like
1_Columns=c("first column name for condition 1",...), 2_Columns=c(...)
.
the job id of the submitted task. The job id can be used to retrieve information about the status of the analysis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.