TENxIO
This package is for version 3.16 of Bioconductor; for the stable, up-to-date release version, see TENxIO.
Import methods for 10X Genomics files
Bioconductor version: 3.16
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]
Maintainer: Marcel Ramos <marcel.ramos at roswellpark.org>
citation("TENxIO")):
Installation
To install this package, start R (version "4.2") 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.