Neighbor-methods {SeuratObject} | R Documentation |
Neighbor
Methods
Description
Methods for Neighbor
objects for generics defined in
other packages
Usage
## S3 method for class 'Neighbor'
dim(x)
## S4 method for signature 'Neighbor'
show(object)
Arguments
x , object |
A |
Value
dim
Dimensions of the indices matrix
show
: Prints summary to stdout
and
invisibly returns NULL
Functions
-
dim(Neighbor)
: Dimensions of the neighbor indices -
show(Neighbor)
: Overview of aNeighbor
object
[Package SeuratObject version 5.0.2 Index]