Description Usage Arguments Details Author(s) Examples
View source: R/MethDataInput.R
Saving example data as provided by the package
1 | 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>
1 2 3 4 5 6 7 8 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.