The function wraps functions that can also be directly used in given order: prepare_input_arguments, create_project, prepare_chip, add_local_db, add_remote_db, add_dna, index_db, map_db, define_db_usage
1 2 3 4 5 6 7 8 9 | prepare_data(
WORK_PATH,
PROJ_NAME,
CHIP_PATH,
SPECIES,
NCPU,
STRICT_MAPPING = T,
ASK_QUESTIONS = T
)
|
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.