Function to filter MNNs pairs
PairsFiltering(refBatch, queBatch, pairs, verbose = FALSE)
Reference batch single-cell data.
Query's batch single-cell data.
A matrix containing MNNs pairs. First column corresponds to query-batch cell indexes.
Print output.
A matrix containing the filtered pairs. First column corresponds to query-batch cell indexes.
Filter MNN pairs by quantiles.