conf_score_R | R Documentation |
Calculating the confidence score C for false positive control.
conf_score_R(ref, query, null_expr, gene_num)
ref |
The reference dataset. Rows should be cells, columns should be genes. |
query |
The query dataset. Rows should be cells and columns should be genes.The genes are intersection of ref , null and query. |
null_expr |
The control dataset |
gene_num |
The number of common markers of reference set used for false positive control. |
A vector of confidence scores.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.