Description Usage Arguments Value Author(s) See Also Examples
Read Cell Type Markers File
1  | readCellTypeMarkers(file, gene2symbol)
 | 
file | 
 Gene markers file (CSV or Excel).  | 
gene2symbol | 
 
  | 
grouped_df, grouped by "cellType" column.
Michael Steinbaugh
Other Read Functions: readCellRanger
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.