.FilePath {SeuratObject} | R Documentation |
Find a File Path
Description
Find a File Path
Usage
.FilePath(x)
## Default S3 method:
.FilePath(x)
## S3 method for class 'DelayedMatrix'
.FilePath(x)
## S3 method for class 'IterableMatrix'
.FilePath(x)
Arguments
x |
A file-backed object |
Value
The path to the file that backs x
; if x
is not a
file-backed object, returns NULL
[Package SeuratObject version 5.1.0 Index]