input_testing: Input Testing

View source: R/utility.R

input_testingR Documentation

Input Testing

Description

Input Testing

Usage

input_testing(input, p_val_threshold = 0.05)

Arguments

input

the input data that pathfindR uses. The input must be a data frame with three columns:

  1. Gene Symbol (Gene Symbol)

  2. Change value, e.g. log(fold change) (OPTIONAL)

  3. p value, e.g. adjusted p value associated with differential expression

p_val_threshold

the p value threshold to use when filtering the input data frame. Must a numeric value between 0 and 1. (default = 0.05)

Value

Only checks if the input and the threshold follows the required specifications.

See Also

See run_pathfindR for the wrapper function of the pathfindR workflow

Examples

input_testing(example_pathfindR_input, 0.05)

egeulgen/pathfindR documentation built on Feb. 1, 2024, 4:34 a.m.