cellTypeMarkers | R Documentation |
return all the gene markers for a specified cell.type
Find marker genes for a specific cell type
cellTypeMarkers(object, cell.types, background.cell.types, top.k = 5, sort.field = "f1") cell.type.marker(object, cell.types, background.cell.types, top.k, sort.field) ## S4 method for signature 'SCFind,character' cellTypeMarkers(object, cell.types, background.cell.types, top.k = 5, sort.field = "f1")
object |
SCFind object |
cell.types |
the cell types that we want to extract the marker genes |
background.cell.types |
the universe of cell.types to consider |
top.k |
how many genes to retrieve |
sort.field |
the dataframe will be sorted according to this field |
a data.frame that each row represent a gene score for a specific cell type
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.