NullTest_R | R Documentation |
Compute null test.
NullTest_R(ref,query,null_expr,labels,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 |
labels |
The reference dataset's labels of each cell. |
gene_num |
The number of common markers of reference set used for false positive control. |
A vector of null test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.