Description Usage Arguments Value Examples
This functions runs symmetrical uncertainty for a feature table and a class, returning an histogram of the scores
1 | su_plot(x, y)
|
x |
A table of features (observations in rows, variables in columns) |
y |
A target vector, factor containing classes of the observations. Note: the observations must be in the same order as the parameter x. |
Plots an histogram of symmetrical uncertainty values regarding the class.
1 2 3 4 5 6 | data(scDengue)
exprs <- SummarizedExperiment::assay(scDengue, 'logcounts')
discrete_expression <- as.data.frame(discretize_exprs(exprs))
infection <- SummarizedExperiment::colData(scDengue)
target <- infection$infection
su_plot(discrete_expression,target)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.