calculatedAnnotation: Create calculated annotation

Description Usage Arguments Value

Description

calculatedAnnotation adds a column calculated by operation

Usage

1
2
3
4
5
6
7
8
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


phantasus documentation built on Nov. 8, 2020, 6:39 p.m.