inst/scripts/make-ref-data/ref_mouse.rnaseq.R

library(clustifyr)
library(usethis)

ref_mouse.rnaseq <- average_clusters(
  SingleR::mouse.rnaseq$data,
  SingleR::mouse.rnaseq$types,
  if_log = FALSE
)

usethis::use_data(ref_mouse.rnaseq, compress = "xz", overwrite = TRUE)
rnabioco/clustifyrdatahub documentation built on Nov. 11, 2023, 4:21 a.m.