Changes between Version 6 and Version 7 of xQTLBioinformaticianScript


Ignore:
Timestamp:
2011-09-13T19:12:15+02:00 (13 years ago)
Author:
jvelde
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • xQTLBioinformaticianScript

    v6 v7  
    100100Data produced during your custom analysis can be written back directly to the database, please look at some existing scripts to see how this is done.
    101101However we recommend using XGAP standard functions like: {{{find.<your_xgap_datatype>}}} or {{{add.<your_xgap_datatype>}}}
     102
     103
     104=== Setting up Plink analysis ===
     105
     106Try the following to see if it works:
     107* Install [http://pngu.mgh.harvard.edu/~purcell/plink/download.shtml Plink].
     108* Put `plink` on your path.
     109* Upload [http://pngu.mgh.harvard.edu/~purcell/plink/hapmap1.zip example data] in your database. (just '''hapmap1.map''' and '''hapmap1.ped''')
     110* Create a new ''Analysis'' with target function 'PLINK'.
     111* Add an R script with function 'run_PLINK'. Let the script download the MAP and PED example files.
     112* Run Plink system call inside R: `plink --noweb --file hapmap1 --assoc --out results`[[BR]]
     113* Upload '''results.assoc''' back in database.