TENxIO
This is the released version of TENxIO; for the devel version, see TENxIO.
Import methods for 10X Genomics files
Bioconductor version: Release (3.22)
Provides a structured S4 approach to importing data files from the 10X pipelines. It mainly supports Single Cell Multiome ATAC + Gene Expression data among other data types. The main Bioconductor data representations used are SingleCellExperiment and RaggedExperiment.
Author: Marcel Ramos [aut, cre] ORCID iD ORCID: 0000-0002-3242-0582
Maintainer: Marcel Ramos <marcel.ramos at sph.cuny.edu>
citation("TENxIO")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("TENxIO")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("TENxIO")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.