[[,LogMap,integer,missing-method {SeuratObject} | R Documentation |
LogMap
Interaction Methods
Description
Additional methods for using [[
with LogMap
objects
Usage
## S4 method for signature 'LogMap,integer,missing'
x[[i, j, ...]]
## S4 method for signature 'LogMap,numeric,missing'
x[[i, j, ...]]
Arguments
x |
A |
i |
An integer or numeric vector of length 1 |
j |
Not used |
... |
Ignored |
Value
The rownames that are mapped to i
[Package SeuratObject version 5.1.0 Index]