if (FALSE) {
ann = annotation_app() # runs in default browser such as Firefox or Chrome
ann = annotation_app(specType = 'reassigned', windowLength = 5, step = 1)
# full list of parameters that can be passed to annotation_app():
# paste0(c(names(input)[which(names(input) %in% rownames(def_form))],
# 'spec_xlim', 'spec_ylim', 'spec_colorTheme', 'osc', 'wn'), collapse = ', ')
# save the complete output, including the settings used
saveRDS(ann, 'my_annotations.rds')
# To change system default browser, run something like:
options('browser' = '/usr/bin/firefox') # path to the executable on Linux
}
Run the code above in your browser using DataLab