View source: R/prepare_input_arguments.R
Prepare all input arguments for the revised probeset assignment
1 2 3 4 5 6 7 8 9 | prepare_input_arguments(
WORK_PATH,
PROJ_NAME,
CHIP_PATH,
SPECIES,
NCPU,
STRICT_MAPPING,
ASK_QUESTIONS
)
|
WORK_PATH |
Working directory |
PROJ_NAME |
Project name |
CHIP_PATH |
Chip path with one pgf and one mps file |
SPECIES |
Species name in latin language, i.e. "Sus_scrofa" |
NCPU |
Number of threads to use |
STRICT_MAPPING |
Avoid SNP correction of probes |
ASK_QUESTIONS |
Answer questions automatically with their defaults |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.