recombine_seqs: Recombines two sequences

Description Usage Arguments Value

View source: R/recombination.R

Description

Given two sequence, pick a breakpoint and form a new sequence using the content to the LHS of the breakpoint of one sequence and the content to the RHS of the breakpoint in the other sequence.

Usage

1
recombine_seqs(target_seq, recombination_partner_seq, min_dist_to_edge = 5)

Arguments

target_seq

The sequence that will be replaced by the recombination

recombination_partner_seq

The recombination partner sequence

min_dist_to_edge

The closest that a recombination event can be to the start or end of either sequence.

Value

A list with the following elements:


philliplab/yasss documentation built on Sept. 7, 2020, 3:28 p.m.