call_consensus | R Documentation |
get concensus calls for a list of cor calls
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
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.