- Home
- Bioconductor 3.23
- Software Packages
- cellxgenedp (development version)
cellxgenedp
This is the development version of cellxgenedp; for the stable release version, see cellxgenedp.
Discover and Access Single Cell Data Sets in the CELLxGENE Data Portal
Bioconductor version: Development (3.23)
The cellxgene data portal (https://cellxgene.cziscience.com/) provides a graphical user interface to collections of single-cell sequence data processed in standard ways to 'count matrix' summaries. The cellxgenedp package provides an alternative, R-based inteface, allowind data discovery, viewing, and downloading.
Author: Martin Morgan [aut, cre] ORCID iD ORCID: 0000-0002-5874-8148 , Kayla Interdonato [aut]
Maintainer: Martin Morgan <mtmorgan.bioc at gmail.com>
citation("cellxgenedp")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("cellxgenedp")
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("cellxgenedp")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.