calcPairwiseAlignment | R Documentation |
Returns a data.table for the fusion with the best scoring alignment (or no alignment) for each repair pathway.
calcPairwiseAlignment( DT, bsg, mechanism = c("NHEJ", "SSA", "MMEJ", "BIR", "MMBIR"), window = 4, gapOpening = Inf, gapExtension = Inf, ... )
DT |
A data.table object containing fusion predictions. |
bsg |
A BSgenome string or BSgenome object. |
mechanism |
A character vector representing which repair pathway to investigate in the given fusion data.table. |
window |
A numeric value representing how upstream and downstream of a fusion breakpoint within which to perform sequence alignment. |
gapOpening |
A numeric value representing the cost for opening a gap in the alignment. |
gapExtension |
A numeric value representing the incremental cost for extending the gap in alignment. |
A data.table object with identified homologies.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.