Description Usage Arguments Value
View source: R/svm_false_positive_classification.R
Utilises an SVM to learn the decision boundary between false and true positives for validation data.
1 2 3 4 5 6 | svm_false_positive_classification(
data,
use_fn = FALSE,
grid_fc_dens = 600,
grid_ex_dens = 800
)
|
data |
A data frame as produced by |
use_fn |
Logical indicating whether false negatives should be used in conjunction with any false positives for the decision boundary. Defaults to |
grid_fc_dens |
An integer giving the density of grid sampling for the decision boundary on the fold change axis. Defaults to 600. |
grid_ex_dens |
An integer giving the density of grid sampling for the decision boundary on the expression axis. Defaults to 800. |
A list containing the SVM fit, a data frame containing predicted false positive status, and a data frame produced by expand.grid
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.