appendToTestedHypotheses: Function appends a row to the argument data.frame 'df', which...

View source: R/enrichment_funks.R

appendToTestedHypothesesR Documentation

Function appends a row to the argument data.frame 'df', which is supposed to hold two columns 'tested.hypothesis' and 'p.val'.

Description

Function appends a row to the argument data.frame 'df', which is supposed to hold two columns 'tested.hypothesis' and 'p.val'.

Usage

appendToTestedHypotheses(df, hypo, p.val)

Arguments

df

an instance of class base::data.frame with two columns

hypo

string describing the hypothesis tested

p.val

numerical result of testing 'hypo' as alternative hypothesis.

Value

The extended data.frame 'df' with a new row holding the arguments 'hypo' and 'p.val'.


asishallab/GeneFamilies documentation built on May 22, 2023, 11:30 a.m.