getHash: Turn a list, data.frame, or matrix of aberrations into a...

Description Usage Arguments Value Author(s) Examples

Description

Pretty much what the title says. Turn an adjacency matrix into an hashed adjacency list, or turn a list into a proper (invertible!) hash object.

Usage

1
getHash(aberrations)

Arguments

aberrations

A list, data.frame, or matrix of aberrations. Cells can be -1, 0, 1, T, or F for data.frames and matrices.

Value

A hash (see package?hash for more details).

Author(s)

Tim Triche, Jr.

Examples

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

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