Skip to contents

Reference datasets for cell type annotation in single-cell RNA data

Source

scMCA

Examples

if (FALSE) { # \dontrun{
if (interactive()) {
  library(Seurat)
  check_r(c("ggjlab/scMCA"))
  ref_scMCA <- NormalizeData(scMCA::ref.expr)
  Encoding(colnames(ref_scMCA)) <- "latin1"
  colnames(ref_scMCA) <- iconv(colnames(ref_scMCA), "latin1", "UTF-8")
  # usethis::use_data(ref_scMCA, compress = "xz")
}
} # }