ref_scHCL | R Documentation |
Reference datasets for cell type annotation in single-cell RNA data
ref_scHCL
ref_scMCA
ref_scZCL
https://github.com/ggjlab/scHCL https://github.com/ggjlab/scMCA https://github.com/ggjlab/scZCL
## Not run:
if (interactive()) {
check_R(c("ggjlab/scZCL", "ggjlab/scHCL", "ggjlab/scMCA"))
ref_scHCL <- Seurat::NormalizeData(scHCL::ref.expr)
ref_scMCA <- Seurat::NormalizeData(scMCA::ref.expr)
ref_scZCL <- Seurat::NormalizeData(scZCL::ref.expr)
Encoding(colnames(ref_scHCL)) <- "latin1"
colnames(ref_scHCL) <- iconv(colnames(ref_scHCL), "latin1", "UTF-8")
Encoding(colnames(ref_scMCA)) <- "latin1"
colnames(ref_scMCA) <- iconv(colnames(ref_scMCA), "latin1", "UTF-8")
Encoding(colnames(ref_scZCL)) <- "latin1"
colnames(ref_scZCL) <- iconv(colnames(ref_scZCL), "latin1", "UTF-8")
# usethis::use_data(ref_scHCL, compress = "xz")
# usethis::use_data(ref_scMCA, compress = "xz")
# usethis::use_data(ref_scZCL, compress = "xz")
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.