readCellTypeMarkers: Read Cell Type Markers File

Description Usage Arguments Value Author(s) See Also Examples

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)

WeiSong-bio/roryk-bcbioSinglecell documentation built on July 6, 2019, 12:03 a.m.