marker_genes | R Documentation |
select marker genes following description in Baron et al., 2016
marker_genes(exprs, pheno, sig.types = NULL, cell.type.column = "cell_type")
exprs |
matrix containing single cell profiles as columns |
pheno |
phenotype data corresponding to the expression matrix. Has to contain single cell labels in a column named 'cell.type.column' |
sig.types |
character vector containing cell types for which marker genes should be selected. Default is all of them. |
cell.type.column |
string, which column of 'pheno' holds the cell type information? |
list containing a vector of marker genes for each cell type
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.