This website aims to be a handy collection of all publicly available C. elegans single cell and single nucleus RNA sequencing data. In addition to listing studies and the original data sources, for convenience the data has been repackaged and a direct download link to the data in .h5ad format is provided. The GitHub repository of this website is https://github.com/munfred/wormcells-data, and the .h5ad files are hosted on the repository's releases page.
The .h5ad files provided here with the annotations from different studies the here can be readily used to perform differential expression between cell types of interest using a tutorial notebook written to be run on Google Colab. Click the button below to open a notebook and run it.
It loads an example C. elegans dataset with 100k cells and 169 cell types with data from the data from the CeNGEN project published by Taylor et al 2020, and spins up a simple app for using a table like interface for performing differential expression. The code for the app is available at https://github.com/munfred/scdefg