Changes between Version 9 and Version 10 of xQTLBioinformaticianRCheatSheet


Ignore:
Timestamp:
2012-11-22T13:50:02+01:00 (11 years ago)
Author:
jvelde
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • xQTLBioinformaticianRCheatSheet

    v9 v10  
    5151`add.datamatrix(data, name="myResults", investigation_id=invId, rowtype="Marker", coltype="Individual", valuetype="Text")`
    5252
    53 === File ===
     53=== File upload ===
    5454
    55 `uri <- paste(serverpath,"/uploadfile",sep="")`[[BR]]
     55`uri <- paste(app_location,"/uploadfile",sep="")`[[BR]]
    5656`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]]
    6264`)`
    6365
    64 == > Automized xQTL analysis ==
     66== Automized xQTL analysis ==
    6567
    6668=== Get a parameter from server ===