Skip to contents

Get performance metrics of DE results of spike-in data set.

Usage

get_spiked_stats_DE(se, de_res)

Arguments

se

SummarizedExperiment containing all necessary information of the proteomics data set

de_res

data table resulting of run_DE

Value

data table with multiple performance metrics of the DE results

Examples

data(spike_in_se)
data(spike_in_de_res)
stats <- get_spiked_stats_DE(spike_in_se, spike_in_de_res)