makeLocalExpDir(methVisual)
makeLocalExpDir()所属R语言包:methVisual
Saving example data
保存数据为例
译者:生物统计家园网 机器人LoveR
描述----------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
详情----------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
帮助创造一个制表符分隔的文本文件的路径和文件上的信息包提供的数据保存功能
作者(S)----------Author(s)----------
Arie Zackay <arie.zackay@mail.huji.ac.il>, Christine Steinhoff <steinhof@molgen.mpg.de>
举例----------Examples----------
## saving example data under R.home() directory. [#R.home()目录下保存数据为例。]
## 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 /)。]
dir.create(file.path(R.home(component="home"),"/BiqAnalyzer"))
makeLocalExpDir(dataPath="/examples/BiqAnalyzer",
localDir=file.path(R.home(component="home"),"/BiqAnalyzer"))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|