Description Usage Arguments Value Examples
A function that filter cluster labels.
1 | filterLabels(labels, minPlus, minMarker, maxMarker)
|
labels |
A vector containing labels for cell clusters |
minPlus |
An integer, used to specify the minimum number of "+" a label should contain. |
minMarker |
An integer, used to specify the minimum number of markers a label should contain. |
maxMarker |
An integer, used to specify the max number of markers a label should contain. |
Returns a vector of labels that pass through the filter.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.