plot_effective_seeds_head(screen, seedColName="seed7", scoreColName="score", enhancer_analysis=FALSE, min_oligos_x_seed=10, number_of_seeds=20, output_file=NULL, color="#CCCCCC33", colorBG="#0000CC11", xlim=c(-4,4), title="")
plot_seeds_oligo_count(screen, seedColName="seed7", scoreColName="score", output_file=NULL)
to
:
data(uuk_screen)
# to speed up the example we use only the first 2500 rows
uuk_screen_reduced = uuk_screen[1:5000,]
plot_effective_seeds_head(add_seed(uuk_screen_reduced))
Run the code above in your browser using DataLab