View source: R/postprocess_cell_enrichment.R
postprocess_cell_enrichment.multiSVD | R Documentation |
Computing cell enrichments for multiSVD object
## S3 method for class 'multiSVD'
postprocess_cell_enrichment(
input_obj,
membership_vec,
max_subsample = min(1000, length(membership_vec)),
verbose = 0,
...
)
input_obj |
|
membership_vec |
factor vector of the same length as the number of cells in |
max_subsample |
maximum of cells to sample for each cell-type. If there are more than
|
verbose |
non-negative integer |
... |
additional arguments |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.