View source: R/genie_functions.R
bind_results | R Documentation |
Given results for rgenie grep or alignment analysis of a set of regions, merges together tables across regions.
bind_results(results)
results |
A list of rgenie results from either grep or deletion analyses. |
Returns a list containing the same tables as in an individual result, but concatenated across regions.
grep_analysis
alignment_analysis
# Note: First run alignment_analysis()
# mul1_alignment_results is a pre-loaded result
del_tables = bind_results(mul1_alignment_results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.