MatchCells {SeuratObject} | R Documentation |
Match Cells
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)
new |
A vector of new cells |
orig |
A vector of existing cells |
ordered |
Sort the result to the same order as |
A numeric vector with new cells in order of the original cells; if
no match can be found, returns NULL