powered by
Input Testing
input_testing(input, p_val_threshold, org_dir = NULL)
the input data that pathfindR uses. The input must be a data frame with three columns:
Gene Symbol (HGNC Gene Symbol)
Change value, e.g. log(fold change) (Not obligatory)
adjusted p value associated with test, e.g. differential expression/methylation
the adjusted-p value threshold to use when filtering the input data frame. Must a numeric value between 0 and 1.
path/to/original/directory, supplied by run_pathfindR (default = NULL)
Only checks if the input and the threshold follows the required specifications.
See run_pathfindR for the wrapper function of the pathfindR workflow
run_pathfindR
# NOT RUN { input_testing(RA_input, 0.05) # }
Run the code above in your browser using DataLab