Changes between Version 4 and Version 5 of Modules/Compute/UsingRscripts


Ignore:
Timestamp:
2011-02-24T18:28:07+01:00 (14 years ago)
Author:
Morris Swertz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Modules/Compute/UsingRscripts

    v4 v5  
    1414||Name ||!OneTraitQtlMapping ||
    1515||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)}}}||
    1717
    1818Next you define the parameters that you have in your script, which are 'traitname' and 'datasetname' and 'iteration'.