statistics_calc: statistics_calc

Description Usage Arguments Examples

View source: R/Utils.R

Description

Obtains the number of tp, fp, fn and tn contained in a dataset

Usage

1
statistics_calc(detected_genes, real_positive, real_negative)

Arguments

detected_genes

the genes detected as positives

real_positive

real circadian genes

real_negative

real non-circadian genes

Examples

1
2
results_list <- list.files(path="~/results/", pattern="*.csv")
best_fit_results <- do.call("best_fit_select", as.list(results_list))

AndreaRP/CircaN documentation built on Jan. 25, 2021, 5:49 a.m.