Runs a function over a 'matrix' / 'data.frame' / 'DGEList' / 'ExpressionSet'. Returns a subset of the row indices for the 'matrix'-like datastructure.
1 | runner_k_covered(mat, k, lambda)
|
mat |
Either a matrix, data.frame, DGEList or ExpressionSet. |
k |
A single number. |
lambda |
Some function lambda(mat, k). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.