Changes between Version 2 and Version 3 of Modules/Compute/UsingRscripts


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Modules/Compute/UsingRscripts

    v2 v3  
    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 ||{{{//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)}}}||
    1717
    1818Next you define the parameters that you have in your script, which are 'traitname' and 'datasetname' and 'iteration'.