filt | R Documentation |
Just a wrapper for k over A filtering with k being the number of samples with values over A required to not be filtered out.
filt(x, k = NULL, A = NULL)
x |
Input expression matrix |
k |
Number of samples required to have values over that specified in A |
A |
Target value above which is required in k samples to be retained |
K over A filtered data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.