Description Usage Arguments Value Author(s) Examples
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.
1 | getAberrations(aberrations)
|
aberrations |
A list, matrix, or data.frame with aberrations and status for each subject. |
A character vector.
Tim Triche, Jr.
1 2 3 |
data(AML.mutations)
getAberrations(AML.mutations)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.