getCompensation: Get compensation

View source: R/getCompensation.R

getCompensationR Documentation

Get compensation

Description

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

Usage

getCompensation(experimentId, compensationId)

Arguments

experimentId

ID of experiment or a byName expression.

compensationId

ID of compensation or a byName expression.

Examples

## Not run: 
# Retrieve by ID
getCompensation(experimentId, compensationId)

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

## End(Not run)

primitybio/cellengine-r-toolkit documentation built on Oct. 19, 2024, 1:17 a.m.