R/network_analysis.R
find_targets.Rd
Finds binding targets given list of dataframes containing binding info for effectors
find_targets(
aList,
column = "max_score",
by_rank = FALSE,
n_targets = 2000,
threshold = NULL
)
the result of running score_targets
column name used in either ranking or thresholding the possible targets
if TRUE will return top n_targets; if FALSE will use thresholds
the number of targets to return for each effector if by_rank=TRUE
threshold to use if by_rank=FALSE
list of binding targets for list of effectors