Changes between Version 9 and Version 10 of xQTLBioinformaticianRCheatSheet
- Timestamp:
- 2012-11-22T13:50:02+01:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
xQTLBioinformaticianRCheatSheet
v9 v10 51 51 `add.datamatrix(data, name="myResults", investigation_id=invId, rowtype="Marker", coltype="Individual", valuetype="Text")` 52 52 53 === File ===53 === File upload === 54 54 55 `uri <- paste( serverpath,"/uploadfile",sep="")`[[BR]]55 `uri <- paste(app_location,"/uploadfile",sep="")`[[BR]] 56 56 `postForm(uri,`[[BR]] 57 ` name = "celegan.jpg",`[[BR]] 58 ` Investigation_name = "Studie9_10",`[[BR]] 59 ` type = "InvestigationFile",`[[BR]] 60 ` file = fileUpload(filename = "~/celegan.jpg"),`[[BR]] 61 ` style = "HTTPPOST"`[[BR]] 57 `name = "example.png",`[[BR]] 58 `description = "my plot for experiment x",`[[BR]] 59 `investigation_id = "0",`[[BR]] 60 `investigation_name = "ClusterDemo",`[[BR]] 61 `type = "InvestigationFile",`[[BR]] 62 `file = fileUpload(filename = "~/example.png"),`[[BR]] 63 `style = "HTTPPOST", curl = .MOLGENIS.curlHandle`[[BR]] 62 64 `)` 63 65 64 == >Automized xQTL analysis ==66 == Automized xQTL analysis == 65 67 66 68 === Get a parameter from server ===