bind_results: Given results for rgenie grep or alignment analysis of a set...

View source: R/genie_functions.R

bind_resultsR Documentation

Given results for rgenie grep or alignment analysis of a set of regions, merges together tables across regions.

Description

Given results for rgenie grep or alignment analysis of a set of regions, merges together tables across regions.

Usage

bind_results(results)

Arguments

results

A list of rgenie results from either grep or deletion analyses.

Value

Returns a list containing the same tables as in an individual result, but concatenated across regions.

See Also

grep_analysis

alignment_analysis

Examples

# Note: First run alignment_analysis()
# mul1_alignment_results is a pre-loaded result

del_tables = bind_results(mul1_alignment_results)

Jeremy37/rgenie documentation built on Sept. 22, 2023, 10:17 a.m.