computeFStatFromParams: Compute F statistics from paramter data frame

Description Usage Arguments Value Examples

Description

Compute F statistics from paramter data frame

Usage

1

Arguments

params_df

data frame listing all null and alternative model parameters as obtained by 'getModelParamsDf'

Value

data frame of all proteins and computed F statistics and parameters that were used for the computation

Examples

1
2
3
4
data("simulated_cell_extract_df")
params_df <- getModelParamsDf(simulated_cell_extract_df)
computeFStatFromParams(params_df)
 

TPP2D documentation built on Nov. 8, 2020, 4:54 p.m.