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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Modules/Compute/UsingRscripts

    v3 v4  
    5454dbPath <-  "xyz"
    5555
    56 //here the script as we defined above is copied for full provenance
    57 onetraitqtlmapping(trait_names, genotypes_name, phenotypes_name)
     56//below the script as we defined above is copied for full provenance
     57
     58//I just create any script that works with my parameters
     59genotypes <- getFromDb(genotypes_name)
     60phenotypes <- getFromDb(phenotype_name)
     61onetraitqtlmapping(trait_names, genotypes, phenotypes)
    5862
    5963}}}