calculatedAnnotation: Create calculated annotation

calculatedAnnotationR Documentation

Create calculated annotation

Description

calculatedAnnotation adds a column calculated by operation

Usage

calculatedAnnotation(
  es,
  operation,
  rows = c(),
  columns = c(),
  isColumns = FALSE,
  name = NULL
)

Arguments

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

Value

Nothing. Annotated dataset will be assigned to es in environment


ctlab/phantasus documentation built on March 28, 2024, 7:44 a.m.