Changes between Version 2 and Version 3 of Modules/Compute/UsingRscripts
- Timestamp:
- 2011-02-24T18:26:24+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Modules/Compute/UsingRscripts
v2 v3 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 ||{{{//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)}}}|| 17 17 18 18 Next you define the parameters that you have in your script, which are 'traitname' and 'datasetname' and 'iteration'.