Description Usage Arguments Value
A container for representing 10xGenomics data. TENxMatrix extends DelayedArray so all the operations available on DelayedArray objects work on TENxMatrix objects.
1 2 3 4 5 6 7  | ## S4 method for signature 'TENxMatrixSeed'
dim(x)
## S4 method for signature 'TENxMatrixSeed'
dimnames(x)
TENxMatrix(h5path, group = "mm10")
 | 
x | 
 A   | 
h5path | 
 character(1) path to the 10xGenomics hdf5 file, or a
  | 
group | 
 character(1) group (e.g., “mm10”) containing
scRNA-seq data; only allowed when   | 
TENxMatrix() returns a TENxMatrix instance;
dim(), dimnames() and all other
DelayedArray methods operate on this instance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.