data(uuk_screen)
data(uuk_screen_dh)
# reduce the size of the input datasets in order to make the example faster
# (you should not perform this operation in a real case)
uuk_screen=head(uuk_screen, n=2500)
uuk_screen_dh=head(uuk_screen_dh, n=2500)
uuk_qi = removeSharedOffTargets(add_seed(uuk_screen), add_seed(uuk_screen_dh))
Run the code above in your browser using DataLab