Description Usage Arguments Examples
Obtains the number of tp, fp, fn and tn contained in a dataset
1 | statistics_calc(detected_genes, real_positive, real_negative)
|
detected_genes |
the genes detected as positives |
real_positive |
real circadian genes |
real_negative |
real non-circadian genes |
1 2 | results_list <- list.files(path="~/results/", pattern="*.csv")
best_fit_results <- do.call("best_fit_select", as.list(results_list))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.