Learn R Programming

methVisual (version 1.24.0)

makeLocalExpDir: Saving example data

Description

Saving example data as provided by the package

Usage

makeLocalExpDir(dataPath,localDir)

Arguments

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

Details

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

Examples

Run this code
## 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)

Run the code above in your browser using DataLab