calculatedAnnotation | R Documentation |
calculatedAnnotation
adds a column calculated by operation
calculatedAnnotation(
es,
operation,
rows = c(),
columns = c(),
isColumns = FALSE,
name = NULL
)
es |
ExpressionSet object. |
operation |
Name of the operation to perform calculation |
rows |
List of specified rows' indices (optional), indices start from 0 |
columns |
List of specified columns' indices (optional), indices start from 0#' |
isColumns |
Apply fn to columns |
name |
Name of the new annotation |
Nothing. Annotated dataset will be assigned to es in environment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.