Retrieves a compensation. The returned object has a spillMatrix property that is a matrix.

getCompensation(experimentId, compensationId)

Arguments

experimentId

ID of experiment or a byName expression.

compensationId

ID of compensation or a byName expression.

Examples

if (FALSE) { # \dontrun{
# Retrieve by ID
getCompensation(experimentId, compensationId)

# Lookup by name
getCompensation(experimentId, byName("Comp 1"))
} # }