Description Usage Format Source
The processed data for the human embryonic midbrain, ready for use in MAGMA_Celltyping and EWCE
1 |
An object of class list
of length 2.
The code to prepare the .Rda file file from the marker file is:
library(EWCE)
data(raw_sc_expression_data)
raw_sc_expression_data$exp_CORRECTED = fix.bad.hgnc.symbols(raw_sc_expression_data$exp)
raw_sc_expression_data$exp_CORRECTED_DROPPED = drop.uninformative.genes(exp=raw_sc_expression_data$exp_CORRECTED, level2annot = raw_sc_expression_data$annot$level2class)
fNames = generate.celltype.data(exp=raw_sc_expression_data$exp_CORRECTED_DROPPED,raw_sc_expression_data$annot,"HumanEmbyronicMidbrain")
load(fNames[1])
usethis::use_data(ctd,overwrite=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.