Description Usage Arguments Details Value See Also Examples
Plot pvalue histograms of metric score distributions
1 2 3 4 5 6 7 |
res_object |
|
metric |
Character vector. Specify names of |
prefix |
Boolean. Is ‘metric' used to specify column’s prefix(true) or complete column names (False). |
n_col |
Numeric. Number of columns of the pval histogram. |
metric_prefix |
Former parameter to define prefix of the metric to be plotted. Will stop and ask for the new syntax. |
Plots metric score distribution similar to a pvalue histogram
distribution. Without dataset-specific bias, cms scores should be approx.
flat distributed. If 'res_object' is a matrix or data.frame,
it will create a histogram for each column. If 'res_object' is a
SingleCellExperiment
object, it will create a histogram of all
colData(res_object)
that start with or are specified in 'metric'.
a ggplot
object.
Other visualize metric functions:
visMetric()
,
visOverview()
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.