PairsFiltering | R Documentation |
Function to filter MNNs pairs
PairsFiltering(refBatch, queBatch, pairs, verbose = FALSE)
refBatch |
Reference batch single-cell data. |
queBatch |
Query's batch single-cell data. |
pairs |
A matrix containing MNNs pairs. First column corresponds to query-batch cell indexes. |
verbose |
Print output. |
Filter MNN pairs by quantiles.
A matrix containing the filtered pairs. First column corresponds to query-batch cell indexes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.