Returns the row-index for those rows in a 'matrix' (or related: 'DGEList' / 'ExpressionSet') where at least 100'f' Here, 'f' is the argument 'fraction_of_samples'.
1 | which_k_covered(mat, k, fraction_of_samples = 1)
|
mat |
Either a matrix, data.frame, DGEList or ExpressionSet. |
k |
A single number. |
fraction_of_samples |
What fraction of the entries in a row of 'mat' should have a value '>= k' for that row to be included in the results? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.