getPath | R Documentation |
Function to automatically make a unique and descriptive path name based on the properties of the epigenetic set.
getPath(
x,
subName = "",
subDir = "minfi_sets",
extension = ".Rdata",
mainDir = ".."
)
x |
Epigenetic set object. |
subName |
Name of the file. |
subDir |
Directory of the file. The default is the "minfi_sets" directory. |
extension |
Extension of the file. Default is ".Rdata". |
mainDir |
Main directory to save the file to. The default is the directory upstream from the working directory. |
Returns a filepath.
getPath(list(name="test", params=list(combatChip = TRUE, combatRow=TRUE, recalibrate=FALSE)))
getPath("rgset", "plot3", "output")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.