MatchCells {SeuratObject} | R Documentation |
Match Cells
Description
Match Cells
Usage
MatchCells(new, orig, ordered = FALSE)
## S3 method for class 'character'
MatchCells(new, orig, ordered = FALSE)
## S3 method for class ''NULL''
MatchCells(new, orig, ordered = FALSE)
## S3 method for class 'numeric'
MatchCells(new, orig, ordered = FALSE)
Arguments
new |
A vector of new cells |
orig |
A vector of existing cells |
ordered |
Sort the result to the same order as |
Value
A numeric vector with new cells in order of the original cells; if
no match can be found, returns NULL
[Package SeuratObject version 5.1.0 Index]