Learn R Programming

HodgesTools (version 1.0.0)

helper_collapseTableByLevenSim: helper_collapseTableByLevenSim

Description

Reads in a table and value for Levenshtein threshold and returns a table collapsed by threshold (highest p-value for each group)

Usage

helper_collapseTableByLevenSim(inputTable, levenSimThresholdVal)

Value

tibble

Arguments

inputTable

dataframe. HOMER output table modified in the parent script--ready for filtering by Levenshtein similarity.

levenSimThresholdVal

float. Value for thresholding TFs. For groups of TFs with similar consensus sequences, the TF with the lowest p-value by HOMER will be retained.

Author

Tim Scott