TENxMTX-class | R Documentation |
This class is designed to work with 10x MTX datasets, particularly from the multiome pipelines.
## S4 method for signature 'TENxMTX,ANY,ANY'
import(con, format, text, ...)
con |
The connection from which data is loaded or to which data is
saved. If this is a |
format |
The format of the output. If missing and |
text |
If |
... |
Parameters to pass to the format-specific method. |
The TENxMTX
class is a straightforward implementation that allows
the user to import a Matrix Market file format using Matrix::readMM
.
Currently, it returns a SummarizedExperiment
with an internal dgCMatrix
assay. To request other formats, please open an issue on GitHub.
A TENxMTX
class object
import(con = TENxMTX, format = ANY, text = ANY)
: Import method mainly for mtx.gz files from 10x
compressed
logical(1) Whether or not the file is in compressed format,
usually gzipped (.gz
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.