addr_row {cellranger} | R Documentation |
Get row from cell location or reference
Description
Get row from cell location or reference
Usage
addr_row(x, ...)
## S3 method for class 'cell_addr'
addr_row(x, ...)
Arguments
x |
a suitable representation of cell(s) or a cell area reference |
... |
further arguments passed to or from other methods |
Value
integer vector
Methods (by class)
-
cell_addr
: Method forcell_addr
objects (ca <- cell_addr(1:4, 3)) addr_row(ca)
[Package cellranger version 1.1.0 Index]