Description Usage Arguments Value Examples
get concensus calls for a list of cor calls
1 | call_consensus(list_of_res)
|
list_of_res |
list of call dataframes from cor_to_call_rank |
dataframe of cluster, new ident, and mean rank
1 2 3 4 5 6 7 8 9 10 | res <- clustify(
input = pbmc_matrix_small,
metadata = pbmc_meta,
cluster_col = "classified",
ref_mat = cbmc_ref
)
res2 <- cor_to_call_rank(res, threshold = "auto")
res3 <- cor_to_call_rank(res)
call_consensus(list(res2, res3))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.