Description Usage Arguments Examples
Prepare counts of cells that meet filter criteria to annotate based on two filters
1 2 3 4 5 6 7 8 9 10 11 | .prepare_gex_bivariate_counts(
data,
x,
y,
x_filter,
y_filter,
x_log,
y_log,
sample_name,
facets
)
|
data |
Result from .prepare_gex_data |
x |
Feature from colData to plot distribution of |
y |
Feature from colData to plot distribution of |
x_filter |
Filter for a sample from scater::isOutlier, or a vector with attribute named thresholds that is a vector with min and max allowed values |
y_filter |
Filter for a sample from scater::isOutlier, or a vector with attribute named thresholds that is a vector with min and max allowed values |
x_log |
Boolean to plot x on log-scale or not |
y_log |
Boolean to plot y on log-scale or not |
sample_name |
Sample name |
facets |
Features from colData to facet on |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.