| 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
extensioncharacter(1) The file extension as extracted from the file
path or overridden via the ext argument in the constructor function.
colidxinteger(1) The column index corresponding to the columns in the file that will subsequently be imported
rowidxinteger(1) The row index corresponding to rows in the file that will subsequently be imported
remotelogical(1) Whether the file exists on the web, i.e., the
resource is a URL
compressedlogical(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.