create tab delimited text file with PATH and FILE columns
创建制表符分隔的文本文件的路径和文件列
用法----------Usage----------
makeTabFilePath(localDir)
参数----------Arguments----------
参数:localDir
String; path to local directory where sequence files and tab delimited text file are saved
字符串;序列文件和制表符分隔的文本文件保存到本地目录路径
Details
详情----------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.
该函数创建一个制表符分隔的文本文件,这是在给定的目录中存储的文件的路径和文件名的信息。这制表符分隔的文本文件是输入文件中包含的克隆序列。在开始分析之前,为了创造一个控制步实施的makeTabFilePath()函数。使用功能的最佳途径是通过收集所有克隆的序列文件,需要加以分析到一个空目录,并应用此功能的目录。
## on tests directory under R home directory[#R主页目录下的目录测试]
## make sure that you have writing permission under [#确保你的书面许可下]
## R.home() directory. If you do not have permission[,#R.home(目录)。如果你没有权限]
## choose your own path (localDir=YOUR_OWN_PATH/). [#选择自己的路(localDir = YOUR_OWN_PATH /)。]