selectRefSeq(methVisual)
selectRefSeq()所属R语言包:methVisual
Uploading genomic sequence
上传的基因组序列
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Uploading genomic sequence
上传的基因组序列
用法----------Usage----------
selectRefSeq(sFileName)
参数----------Arguments----------
参数:sFileName
path and name of genomic sequence to be uploaded
要上传的基因组序列的路径和名称
Details
详情----------Details----------
Uploading genomic sequence
上传的基因组序列
值----------Value----------
This function is used in order to read the reference sequence into the R environment. The reference sequences must be in fasta format. The user must give the path and name of the reference sequence in a character string.
此功能用于以读入R环境的参考序列。参考序列必须是FASTA格式。用户必须在一个字符串的参考序列的路径和名称。
作者(S)----------Author(s)----------
Arie Zackay <arie.zackay@mail.huji.ac.il>, Christine Steinhoff <steinhof@molgen.mpg.de>
举例----------Examples----------
## make sure that you have reading [#确保您已经阅读]
## permission under R.home() directory. If you do not have permission[#许可根据R.home(目录)。如果你没有权限]
## 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"))
refseq <- selectRefSeq(file.path(R.home(component="home"),
"/BiqAnalyzer/Master_Sequence.txt"))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|