helper_collapseTableByLevenSim {HodgesTools} | R Documentation |
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)
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. |
Value
tibble
Author(s)
Tim Scott
[Package HodgesTools version 1.0.0 Index]