TENxIO | R Documentation |
The package provides file classes based on BiocIO
for common file
extensions found in the 10X Genomics website.
Here is a table of supported file and file extensions and their imported classes:
Extension | Class | Imported as |
.h5 | TENxH5 | SingleCellExperiment w/ TENxMatrix |
.mtx / .mtx.gz | TENxMTX | SummarizedExperiment w/ dgCMatrix |
.tar.gz | TENxFileList | SingleCellExperiment w/ dgCMatrix |
peak_annotation.tsv | TENxPeaks | GRanges |
fragments.tsv.gz | TENxFragments | RaggedExperiment |
.tsv / .tsv.gz | TENxTSV | tibble |
Maintainer: Marcel Ramos marcel.ramos@sph.cuny.edu (ORCID)
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.