| call_consensus {clustifyr} | 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))