View source: R/get_clone_sizes.R
mergeCloneSizes | R Documentation |
The list of clustered clonotype frequencies from countCloneSizes can be merged by this function to a frequency table of all clonotypes similar to the data that can be seen in the seurat object metadata. By default, this function sorts the table with largest clonotypes first, and this may be useful for quickly gauging which clonotypes are the most expanded overall.
mergeCloneSizes(clustered_clone_sizes, sort_decreasing = TRUE)
clustered_clone_sizes |
the output of countCloneSizes. |
sort_decreasing |
a logical or NULL. If |
a table object
countCloneSizes
clustered_clone_sizes <- countCloneSizes(get(data("combined_pbmc")))
mergeCloneSizes(clustered_clone_sizes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.