Description Usage Arguments Value Examples
A function that returns a function with values for A, p and na.rm bound to the specified values. The function takes a single vector, x, as an argument. When the returned function is evaluated it returns TRUE if the proportion of values in x that are larger than A is at least p.
1 | filterFrequency(x, freq = 0.2, group = NULL)
|
x |
an object of class RepSeqExperiment. |
freq |
a number between 0 & 1. A clonotype is retained if it is present in a proportion of samples that excces This is the proportion of samples |
group |
a factor in sampleData, if null, freq is applied to the group having the smallest number of membres. |
an object of class RepSeqExperiment satisfying the conditions.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.