Description Usage Arguments Value See Also Examples
Finds the optimal combination of non-redundant guideRNAs.
1 2 3 4 5 6 7 8 | addCombinations(
guideSet,
max_guides = 5,
greedy = TRUE,
iterations = 10,
alpha = 100,
force = FALSE
)
|
max_guides |
Numeric. Maximum number of distinct guides to consider when calculating combinations. Do not use a higher number than experimentally feasible. |
greedy |
Logical. If |
iterations |
Integer > 0. Number of greedy search iterations (10 by default). |
alpha |
Numeric. Off-target score coefficient. Large |
force |
Logical. If |
guideSet. |
guideSet object containing guides. |
method |
String. Method of how to pick the best guideRNA per cluster. |
coeff |
Integer. If |
Returns a guideSet object contaning combinations.
plotCombinations()
, createGuideSet()
, addTargets()
, and addGuides()
1 2 3 4 5 6 7 8 | ## Not run:
gs <- createGuideSet(Hsapiens, tes = te_annotation_df)
gs <- addTargets(gs, targets = 'LTR13A')
gs <- addGuides(gs, guide_length = 16)
gs <- addCombinations(gs, max_guides = 8)
gs <- plotCombinations(gs)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.