View source: R/test_validation_rate.R
test_validation_rate | R Documentation |
Test a network against random
test_validation_rate( net, validation = c("CHIPSeq", "DAPSeq", "TARGET"), N = 200 )
net |
dataframe with a column 'from' (regulators) and a column 'to' (targets), representing the inferred network of edges to evaluate |
validation |
type of edge in the validation database that should be considered to defined a true/supported prediction in the evaluation process. The validation type must be a vector of one or more of the following values : CHIPSeq, DAPSeq, Litterature, TARGET |
N |
Number of shuffled network to estimate the null ditribution of the validation rate. 200 by default. |
A plot containing the empirical p-pvalue of the permutation-based test
data("abiotic_stress_Heat_genes_net") set.seed(999) results <- evaluate_network(abiotic_stress_Heat_genes_net) test_validation_rate(abiotic_stress_Heat_genes_net, N = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.