makeLocalExpDir: Saving example data

Description Usage Arguments Details Author(s) Examples

View source: R/MethDataInput.R

Description

Saving example data as provided by the package

Usage

1
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

Author(s)

Arie Zackay <arie.zackay@mail.huji.ac.il>, Christine Steinhoff <steinhof@molgen.mpg.de>

Examples

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)

methVisual documentation built on April 28, 2020, 7:08 p.m.