makeTabFilePath: Tab delimited text file

Description Usage Arguments Details Author(s) Examples

View source: R/MethDataInput.R

Description

create tab delimited text file with PATH and FILE columns

Usage

1
makeTabFilePath(localDir)

Arguments

localDir

String; path to local directory where sequence files and tab delimited text file are saved

Details

The function creates a tab delimited text file with information on path and file names for files which are stored in a given directory. This tab-delimited text file is the input file that contains the clone sequences. The makeTabFilePath() function was implemented in order to create a control step before starting the analysis. The best way of using the function is by collecting all clone sequence files which need to be analyzed into one empty directory and apply this function to the directory.

Author(s)

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

Examples

1
2
3
4
5
6
## on tests directory 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/).  

makeTabFilePath(file.path(R.home(component="home"),"/BiqAnalyzer"))

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