indvExp: Zeisel 2018 dataset for TEINH15, TEINH19, MGL1, MOL1 cells

Description Usage Format Source

Description

See link: http://mousebrain.org/celltypes/

Usage

1

Format

An object of class list of length 6.

Source

The code to prepare the .Rda file file is: # create a temporary directory td <- tempdir() # create the placeholder file tf <- tempfile(tmpdir = td, fileext = ".loom") # download into the placeholder file download.file("https://storage.googleapis.com/linnarsson-lab-loom/l5_all.loom", tf) # tf="~/l5_all.loom" unzip(tf) allExp <- prep_zeisel2018(path = tf) keptExp <- merge_zeisel_celltypes(allExp, useCells = c("TEINH15", "TEINH19", "MGL1", "MOL1")) indvExp <- split_celltypes_byIndv(keptExp, joinCells = c("TEINH15", "TEINH19"), nCases = 3, jointName = "TEINH") # Save dataset so that it can be used easily usethis::use_data(indvExp, overwrite = TRUE)


neurogenomics/scFlowExamples documentation built on Dec. 22, 2021, 1:13 a.m.