## This will not submit results as the public FlowRepository is not
## accepting those at this point, "H" is probably not allowed to submit
## IMPC results, "impcEx0001" is a made up IMPC experiment ID,
## and finally, the user did not set her credentials...
tryCatch(
{
centreILAR <- "H"
expId <- "impcEx0001"
results <- list(
impc_imm_001_001 = 0.12,
impc_imm_026_001 = 1000000,
impc_imm_002_001 = 87.345,
impc_imm_027_001 = 1000000,
impc_imm_049_001 = 91.567,
impc_imm_002_001 = 543213)
flowRep.submitImpcResults(centreILAR, expId, results)
},
interrupt = function(ex) { NULL; },
error = function(ex) { NULL; }
)
Run the code above in your browser using DataLab