Computes multiple QC plots and arranges into a figure with subpanels:

a

Number of guides passing blacklisting steps.

b

Guide GC content distribution. Blacklisted guides are highlighted in red.

c

Total on- and off-target score per valid (turquoise) and blacklisted (red) guides.

d

Predicted binding score distribution per number of mismatch to genomic complement.

e

Off-target frequency (right y-axis) by distance to nearest cis regulatory feature and conversion into Scis score (red dotted line, left y-axis).

f

On-target binding profile for valid guides (rows) along target loci (columns) (sampled for large matrices). Colors indicate predicted binding affinity.

g

Selection of guide representative (large dot) per cluster (colors). Black color represents group of blacklisted guides.

plotGuides(guideSet)

Arguments

guideSet

guideSet containing combinations.

Value

list of ggplot objects.

See also

Examples

# NOT RUN {
gs <- createGuideSet(Hsapiens, tes = te_annotation_df)
gs <- addTargets(gs, targets = 'LTR13A')
gs <- addGuides(gs, guide_length = 16)
gs <- plotGuides(gs)
# }