synMkdir | R Documentation |
Starting from the provided synapse ID, traverse descendants by name like
synPluck()
. If a child doesn't exist, create a directory with that name.
If .recursive
is set, also create intermediate directories as necessary.
synMkdir(sid, ..., .recursive = FALSE)
sid |
Synapse ID of the starting entity |
... |
One or more names for constructing a directory hierarchy. Accepts individual names, vectors and lists |
.recursive |
Whether to create intermediate directories if they don't exist (default: FALSE) |
Returns Synapse ID of final child like synPluck()
if the directory already
exists.
Synapse ID of the "plucked" entity
## Not run: synMkdir( "syn1773110", "mRNA", "Counts", "htseq-count" ) # [1] "syn2822494" ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.