input_testing {pathfindR} | R 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:
|
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)
[Package pathfindR version 2.4.1 Index]