Exports results from guideSet
export(guideSet, ...)
guideSet | guideSet containing the results |
---|---|
outdir | String. Creates a new directory with timestamp prefix in |
full | Logical. If |
force | Logical. If |
workspace | Logical. If |
dpi | Integer. Resolution of exported images. |
if (FALSE) { gs <- createGuideSet(Hsapiens, tes = te_annotation_df) gs <- addTargets(gs, targets = 'LTR13') gs <- addGuides(gs, guide_length = 16, n_mismatches = 0, gc_content = c(0.25, 0.9), n_clust = 12) gs <- plotGuides(gs) export(gs, outdir = NULL, force = TRUE) # Creates new folder in current working directory and exports results }