Description Usage Arguments Examples
Exports results from scSet
1 |
scSet |
scSet 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. |
1 2 3 4 5 6 7 8 | ## Not run:
gs <- createscSet(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
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.