find_rank_bias | R Documentation |
Find rank bias
find_rank_bias(avg_mat, ref_mat, query_genes = NULL)
avg_mat |
average expression matrix |
ref_mat |
reference expression matrix |
query_genes |
original vector of genes used to clustify |
list of matrix of rank diff values
avg <- average_clusters(
mat = pbmc_matrix_small,
metadata = pbmc_meta,
cluster_col = "classified",
if_log = FALSE
)
rankdiff <- find_rank_bias(
avg,
cbmc_ref,
query_genes = pbmc_vargenes
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.