View source: R/CELESTA_functions.R
MarkQuestionableCells | R Documentation |
Determine if a cell is questionable.
A cell is questionable if all of its protein marker expressions are below
the lower_marker_threshold
or above the high_marker_threshold
.
MarkQuestionableCells( cell_activation_prob, high_marker_threshold, low_marker_threshold )
cell_activation_prob |
the protein marker expressions for a single cell |
high_marker_threshold |
upper bound used to filter out questionable cells |
low_marker_threshold |
lower bound used to filter out questionable cells |
whether a cell is questionable or not
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.