readBisulfFASTA(methVisual)
readBisulfFASTA()所属R语言包:methVisual
Read multiple FASTA file
读取多个FASTA格式的文件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Read multiple FASTA file and write bisulfite sequences in separate FASTA files for every bisulfite sequence
读取多个FASTA格式的文件,并写在单独的FASTA格式文件的亚硫酸氢钠亚硫酸氢钠为每一个序列的序列
用法----------Usage----------
readBisulfFASTA(sFileName,sDirName)
参数----------Arguments----------
参数:sFileName
String; path to multiple FASTA file
字符串;多个FASTA格式的文件的路径
参数:sDirName
String; path to directory of created separated FASTA files
字符串;创建分离的FASTA格式文件的目录的路径
作者(S)----------Author(s)----------
Arie Zackay <arie.zackay@mail.huji.ac.il>, Christine Steinhoff <steinhof@molgen.mpg.de>
举例----------Examples----------
## In order to use the following example [#为了使用下面的例子]
## make sure that you have writing permission under R.home()[#确保您已经下R.home书面许可()]
## directory. If you do not have permission choose your own path. [#目录。如果你没有权限选择自己的路。]
dir.create(file.path(R.home(component="home"),"/BiqAnalyzer"))
makeLocalExpDir(dataPath="/examples/BiqAnalyzer",
localDir=file.path(R.home(component="home"),"/BiqAnalyzer"))
readBisulfFASTA(sFileName=file.path(R.home(component="home"),"/BiqAnalyzer/multiFASTA.fasta"), sDirName= file.path(R.home(component="home"),"/BiqAnalyzer/"))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|