Asko_start | R Documentation |
Initialize and Scans parameters from command line in a python-like style:
declare options, their flags, types, default values and help messages,
read the arguments passed to the R script and parse them according to what has been declared in step 1.
Parameters can be called by their names as declared in opt object.
Asko_start()
List of parameters that contains all arguments.
All parameters were describe in Wiki section: https://github.com/askomics/askoR/wiki
parameters <- Asko_start()
# set inputs files
parameters$fileofcount = "CountsMatrix.txt"
parameters$sample_file = "Samples_CountsMatrix.txt"
parameters$contrast_file = "Contrasts.txt"
# Set parameters threshold cpm
parameters$threshold_cpm <- 0.5
# And other ... askoR has many parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.