Returns the row index for those rows in a matrix where all entries in that row are >= k.
1 | which_k_covered_each_sample(mat, k = 1)
|
mat |
Either a matrix, data.frame, DGEList or ExpressionSet. |
k |
A single number. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.