View source: R/MultiIDFilterQP.R
multi.id.curate.qp | R Documentation |
This function filters the multiple identity cells based on their QP scores, where we assume that a low QP score (less than 10E-3) are not a true identity to consider
multi.id.curate.qp( binary.counts, classification, qp.matrix, qp.threshold = 10^-3 )
binary.counts |
The binary count matrix, which is the output from binarization with Mann Whitney. |
classification |
The classification result, which is the output from binary to classification. |
qp.matrix |
The matrix that contains QP scores calculated for the sample cells |
qp.threshold |
The threshold to cut off for the QP scores in the multiple identity listed cells |
A list contain 2 elements, the first is the curated and filtered multiple identity data frame and the second is the new classification data frame.
multi.id.curate.qp(multi.id.meta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.