print.ra_ref {cellranger} | R Documentation |
Print ra_ref object
Description
Print ra_ref object
Usage
## S3 method for class 'ra_ref'
print(x, fo = c("R1C1", "A1"), ...)
Arguments
x |
an object of class |
fo |
either |
... |
further arguments passed to or from other methods |
Examples
(rar <- ra_ref(3, TRUE, 1, TRUE))
print(ra_ref(), fo = "A1")
[Package cellranger version 1.1.0 Index]