readCellTypeMarkers: Read Cell Type Markers File

Description Usage Arguments Value Author(s) See Also Examples

View source: R/readCellTypeMarkers.R

Description

Read Cell Type Markers File

Usage

1
readCellTypeMarkers(file, gene2symbol)

Arguments

file

Gene markers file (CSV or Excel).

gene2symbol

data.frame containing gene-to-symbol mappings. Columns must contain geneID and geneName.

Value

grouped_df, grouped by "cellType" column.

Author(s)

Michael Steinbaugh

See Also

Other Read Functions: readCellRanger

Examples

1
2
3
4
5
6
7
# Homo sapiens
file <- system.file(
    file.path("extdata", "cell_type_markers.csv"),
    package = "bcbioSingleCell"
)
gene2symbol <- makeGene2symbolFromEnsembl("Homo sapiens")
readCellTypeMarkers(file, gene2symbol = gene2symbol)

roryk/bcbioSinglecell documentation built on May 27, 2019, 10:44 p.m.