Changes between Version 4 and Version 5 of Modules/Compute/UsingRscripts
- Timestamp:
- 2011-02-24T18:28:07+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Modules/Compute/UsingRscripts
v4 v5 14 14 ||Name ||!OneTraitQtlMapping || 15 15 ||Interpreter ||R || 16 ||Script ||{{{ //I just create any script that works with my parameters}}}[[BR]]{{{genotypes <- getFromDb(genotypes_name)}}}[[BR]]{{{phenotypes <- getFromDb(phenotype_name)}}}[[BR]]{{{onetraitqtlmapping(trait_names, genotypes, phenotypes)}}}||16 ||Script ||{{{genotypes <- getFromDb(genotypes_name)}}}[[BR]]{{{phenotypes <- getFromDb(phenotype_name)}}}[[BR]]{{{onetraitqtlmapping(trait_names, genotypes, phenotypes)}}}|| 17 17 18 18 Next you define the parameters that you have in your script, which are 'traitname' and 'datasetname' and 'iteration'.