Skip to contents

get concensus calls for a list of cor calls

Usage

call_consensus(list_of_res)

Arguments

list_of_res

list of call dataframes from cor_to_call_rank

Value

dataframe of cluster, new ident, and mean rank

Examples

res <- clustify(
    input = pbmc_matrix_small,
    metadata = pbmc_meta,
    cluster_col = "classified",
    ref_mat = cbmc_ref
)
#> Variable features not available, using all genes instead
#> consider supplying variable features to `query_genes` argument.
#> using # of genes: 599
#> similarity computation completed, matrix of 9 x 13, preparing output

res2 <- cor_to_call_rank(res, threshold = "auto")
#> using threshold of 0.7
res3 <- cor_to_call_rank(res)
call_consensus(list(res2, res3))
#> Selecting by rank