View source: R/functions_comp2annottests.R
relativePath | R Documentation |
Computes the relative path between two imbricated paths
relativePath(path1, path2)
path1 |
The first path |
path2 |
The second path |
path1
and path2
must be imbricated.
The relative path between path1 and path2
Anne Biton
path1 <- "home/lulu/res/gene2comp/"
path2 <- "home/lulu/res/comp2annot/invasive/"
relativePath(path1,path2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.