ctd: Human Embryonic Midbrain cell type data file

Description Usage Format Source

Description

The processed data for the human embryonic midbrain, ready for use in MAGMA_Celltyping and EWCE

Usage

1

Format

An object of class list of length 2.

Source

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)


NathanSkene/CTD.human.midbrain.embryonic documentation built on May 24, 2019, 4:08 p.m.