View source: R/platform-tools.R
gx.focusedUpstreamAnalysis | R Documentation |
Runs the workflow Focused upstream analysis (TRANSFAC(R) and TRANSPATH(R))
gx.focusedUpstreamAnalysis(inputYesSet, inputNoSet,
species = "Human (Homo sapiens)", profile, foldEnriched = 1,
promoterStart = -1000, promoterEnd = 100, resultFolder,
allowBigInput = F, skipCompleted = T, wait = T, verbose = F)
inputYesSet |
yes/positive/foreground gene set |
inputNoSet |
no/negative/background gene set |
species |
species of the input track genome |
profile |
matrix profile |
foldEnriched |
filter by fold enrichment |
promoterStart |
first base of a promoter relative to TSS |
promoterEnd |
last base of a promoter relative to TSS |
resultFolder |
path of result folder |
allowBigInput |
set true to allow for large data sets |
skipCompleted |
skip already completed steps |
wait |
set true to wait for the analysis to complete |
verbose |
set true for more progress info |
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.