makeLocalExpDir {methVisual} | R Documentation |
Saving example data as provided by the package
makeLocalExpDir(dataPath,localDir)
dataPath |
String; path to the location of sequences under study and genomic reference sequence |
localDir |
string path to local directory for transferring the sequence files and Tab delimited text file |
Help function for saving data provided along with the package followed by creation of a tab delimited text file with information on PATHs and FILEs
Arie Zackay <arie.zackay@mail.huji.ac.il>, Christine Steinhoff <steinhof@molgen.mpg.de>
## saving example data under R.home() directory. ## make sure that you have writing permission under ## R.home() directory. If you do not have permission ## choose your own path (localDir=YOUR_OWN_PATH/). #dir.create(file.path(R.home(component="home"),"/BiqAnalyzer")) BiqAnalyzer_path <- file.path(tempdir(), "BiqAnalyzer") dir.create(BiqAnalyzer_path) makeLocalExpDir(dataPath="/examples/BiqAnalyzer", localDir=BiqAnalyzer_path)