GetPairList | R Documentation |
This function takes in the output of the fullmatch
function and sort the
results into a list of ATAC-RNA pairs.
It was modified from https://github.com/buenrostrolab/stimATAC_analyses_code/blob/master/R/optMatching_functions.R
Author: Vinay Kartha, Yan Hu
Contact: <vinay_kartha@g.harvard.edu>
Affiliation: Buenrostro Lab, Department of Stem Cell and Regenerative Biology, Harvard University
GetPairList(cell_matches, ATAC_barcodes, RNA_barcodes)
cell_matches |
The output object of |
ATAC_barcodes |
Barcode of ATAC cells, must match the order of IDs in cell_matches. |
RNA_barcodes |
Barcode of RNA cells, must match the order of IDs in cell_matches. |
A data frame containing the cell pairs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.