View source: R/clonotype_functions.R
clonotype_top | R Documentation |
Filter top clonotypes by rank
clonotype_top(
clonotypes,
clonotypes_max = 10,
cells_min = 1,
nonclonal_name = "Polyclonal",
...
)
clonotypes |
Vector of clonotype assignment to each cell |
clonotypes_max |
Max number of clonotypes to return |
cells_min |
Integer of number of cells required to be considered a clone |
... |
Passed on to clonotype_filter |
Returns a vector of same length as input clonotypes with filtered clonotype assignments
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.