View source: R/helper_collapseTableByLevenSim.R
helper_collapseTableByLevenSim | R Documentation |
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)
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. |
tibble
Tim Scott
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.