build_leader_df | R Documentation |
Constructs the leader data frame.
build_leader_df(
direction = c("fw", "rev"),
leader,
start,
end,
ali.start,
ali.end
)
direction |
The primer direction for which we are annotating binding regions. |
leader |
The binding region sequence. |
start |
The start positions of the binding region. |
end |
The end positions of the binding region. |
ali.start |
The start positions of the binding region in the aligned input. |
ali.end |
The end positions of the binding region in the aligned input. |
A data frame with binding region information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.