You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To demonstrate *exprest* with real data, we use the Blood dataset from the Tabula Sapiens (Tabula Sapiens Consortium, [Science, 2022](https://doi.org/10.1126/science.abl4896)). This data set is available as AnnData file (h5ad format) from the [FigShare data page](https://figshare.com/articles/dataset/Tabula_Sapiens_v2/27921984).
```{r message=FALSE}
library(tidyverse)
library(Seurat)
```
We load the AnnData object in the h5ad file using the [schard](https://github.com/cellgeni/schard) package, which converts it to a Seurat object while loading.
```{r}
seu <- schard::h5ad2seurat("~/Blood_TSP1_30_version2d_10X_smartseq_scvi_Nov122024.h5ad")
```
The data set contains data for 85k cells.
Here is the UMAP plot with the cell-type annotations as provided in the object: