## This will not submit results as the public FlowRepository is not
## accepting those at this point.
tryCatch(
{
mgiGeneId <- "geneX1"
geneSymbol <- "gXr1"
comment <- "This will not submit anything due to no credentials."
flowRep.submitGeneStatus(
mgiGeneId = mgiGeneId,
geneSymbol = geneSymbol,
isPhenodeviant = TRUE,
comment = comment,
isProcessed = TRUE)
},
interrupt = function(ex) { NULL; },
error = function(ex) { NULL; }
)
Run the code above in your browser using DataLab