calculatedAnnotation {phantasus}R 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


[Package phantasus version 1.4.0 Index]