compute: Computing TPR and PPV

Description Usage Arguments Value Examples

Description

This function computes TPR(true positive rate) and PPV(positive predictive value) according to the results we obtained from DESeq2 analysis.

Usage

1
compute(ts_de, in_de)

Arguments

ts_de

a list of new truth sets attained from function "truthset_de".

in_de

a list of results of subgroup DESeq2 analyses.

Value

a list of vectors which contain corresponding TPR values and PPV values.

Examples

1
compute(ts_de, in_de)

Coraline66/Deseq documentation built on May 6, 2019, 12:51 p.m.