TENxFile-class | R Documentation |
The TENxFile
class is the default representation for
unrecognized subclasses. It inherits from the BiocFile class and adds a few
additional slots. The constructor function can handle typical 10X file
types. For more details, see the constructor function documentation.
## S4 method for signature 'TENxFile'
metadata(x, ...)
x |
An object of class |
... |
Additional arguments (not used) |
A list of metadata for the given object
metadata(TENxFile)
: metadata
method for TENxFile
objects
extension
character(1) The file extension as extracted from the file
path or overridden via the ext
argument in the constructor function.
colidx
integer(1) The column index corresponding to the columns in the file that will subsequently be imported
rowidx
integer(1) The row index corresponding to rows in the file that will subsequently be imported
remote
logical(1) Whether the file exists on the web, i.e., the
resource
is a URL
compressed
logical(1) Whether the file is compressed with, e.g., .gz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.