Description Usage Arguments Author(s) Examples
This function will iterate over all inputs in an aba.wrapper results and save each figures using the input to name the output figure.
1 |
.data |
Results from aba.wrapper or aba.plot |
path |
[Default = |
suffix |
[Default = "aba-colocs"] File name = .data$input_$suffix.pdf |
... |
Parameters to pass to ggsave. e.g. dpi = 300 |
Karsten Sieber karsten.b.sieber@gsk.com
1 2 3 4 5 | Query aba colocs:
colocs <- aba.wrapper(hgncid = c("gene1", "gene2"))
The wraper returns 2 figures, aba.save() will save both figures
aba.save(colocs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.