Skip to contents

Adds a new entry to the hit comparison object for a specified condition.

Usage

hc_add(hc_obj, top_table, params_id, condition = 1, threshold = 0.05)

Arguments

hc_obj

An object of class "hitcomp".

top_table

A dataframe containing the top table data.

params_id

A character string identifying the parameters (max length 70).

condition

An integer (1 or 2) specifying the condition to which the data belongs.

threshold

A numeric value specifying the adjusted p-value threshold.

Value

The updated hit comparison object.