Changes between Version 4 and Version 5 of xQTLBioinformaticianRCheatSheet
- Timestamp:
- 2011-10-27T10:17:42+02:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
xQTLBioinformaticianRCheatSheet
v4 v5 3 3 = [wiki:xQTL xQTL workbench] - Cheat sheet for R scripting = 4 4 5 == Downloading ==5 == > Downloading == 6 6 7 7 === Retrieve annotations, all attributes === … … 27 27 28 28 29 == Uploading ==29 == > Uploading == 30 30 31 31 === Add annotations === … … 55 55 `postForm(uri,investigation_name=investigationname, name="my_image", type="InvestigationFile", file=fileUpload(filename=path), style='HTTPPOST')` 56 56 57 == Automized xQTL analysis ==57 == > Automized xQTL analysis == 58 58 59 59 === Get a parameter from server ===