Reads in a table and value for Levenshtein threshold and returns a table collapsed by threshold (highest p-value for each group)
helper_collapseTableByLevenSim(inputTable, levenSimThresholdVal)tibble
dataframe. HOMER output table modified in the parent script--ready for filtering by Levenshtein similarity.
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.
Tim Scott