Description Usage Arguments Value Examples
View source: R/tool_scores_by_specificity.R
This function computes the matchSCore for different cutoffs of marker specificity and top cluster markers
1 2 3 4 5 6 7 8 | tool_scores_by_specificity(
sim,
specificity,
tool_out,
ntop,
tool_run = seurat3_run,
labels
)
|
sim |
A Splatter simulation object. |
specificity |
The proportion of top-ranked markers for each simulated group. |
tool_out |
The output of the used tool to cluster your data. It should be
as the output of the |
ntop |
The proportion of top-ranked markers for each cluster. |
tool_run |
The name of the function used to run the clusters without quote.
Default= |
labels |
Cluster labels as in the output of the |
A matchSCore
value
1 | # TODO
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.