| evaluateMarkers | R Documentation | 
Evaluate a user specific query by calculating the precision recall metrics
evaluate.cell.type.markers(
  object,
  gene.list,
  cell.types,
  background.cell.types,
  sort.field
)
## S4 method for signature 'SCFind,character'
evaluateMarkers(
  object,
  gene.list,
  cell.types,
  background.cell.types,
  sort.field = "f1"
)
| object | the  | 
| gene.list | the list of genes to be evaluated | 
| cell.types | a list of cell types for the list to evaluated | 
| background.cell.types | the universe of cell.types to consider | 
| sort.field | the dataframe will be sorted according to this field | 
a DataFrame 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.