getAberrations: Retrieve the unique aberrations present in a group of...

Description Usage Arguments Value Author(s) Examples

Description

Depending on whether a list, matrix, or data.frame is passed to the function, it extracts either the unique elements (of a list), the column names (of a matrix), or the names (of a data.frame) where at least one sample is aberrant.

Usage

1
  getAberrations(aberrations)

Arguments

aberrations

A list, matrix, or data.frame with aberrations and status for each subject.

Value

A character vector.

Author(s)

Tim Triche, Jr.

Examples

1
2
3
  
  data(AML.mutations)
  getAberrations(AML.mutations)

ttriche/dendRix documentation built on June 1, 2019, 2:50 a.m.