Following my last blog post, download the CITE-seq protein and RNA count data at here.

library(Seurat)
library(ggplot2)
library(dplyr) pbmc<- readRDS("~/blog_data/CITEseq/pbmc1k_adt.rds")

How …