Skip to content

v1.5.0

Compare
Choose a tag to compare
@pablo-gar pablo-gar released this 06 Aug 22:29
· 328 commits to main since this release
34f7af3

R package cellxgene.census V1 is out

The Census team is pleased to announce the release of the R package cellxgene.census.

This has been long coming since our Python release back in May. Now, from R, computational biologists can access the Census data which is the largest standardized aggregation of single-cell data, composed of >30M cells and >60K genes.

With cellxgene.census in a few seconds users can access any slice of Census data using cell or gene filters across hundreds of datasets. The data can be fetched in an iterative fashion for bigger-than-memory slices of data, or quickly exported to basic R structures, and Seurat or SingleCellExperiment for downstream analysis.

Make sure to checkout the R docs from our doc-site, links can be found in the github repo chanzuckerberg/cellxgene-census.

Additions

Fixes

  • [docs] cell guide button beta tag alignment by @ebezzi in #657
  • [builder] fix merge error in schema doc by @bkmartinjr in #662
  • [docs] Add mean_variance notebook symlink by @ebezzi in #677
  • [docs] Fix number of unique cells for human in doc site by @pablo-gar in #678
  • [r] restore vignettes to docsite (in static HTML form) by @mlin in #583
  • [r] Fix copying R docs, doc-site CI by @pablo-gar in #681

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0