is.format.msa(rphast)
is.format.msa()所属R语言包:rphast
Check an MSA Format String
检查MSA格式字符串
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns TRUE if the argument is a valid string describing a
返回TRUE,如果参数是一个有效的字符串描述的是
用法----------Usage----------
参数----------Arguments----------
参数:format
a character vector of strings to test
字符的字符串来测试向量
Details
详细信息----------Details----------
Valid formats include "FASTA", "PHYLIP", "SS" (Sufficient statistics format used by PHAST), "MPM" (format used by MultiPipMaker), "LAV" (used by blastz), or "MAF" (Multiple Alignment Format used by
有效的格式包括“FASTA”,“PHYLIP”,“SS”(的充分统计格式使用PHAST),“MPM”(所使用MultiPipMaker的格式),“LAV”(所使用blastz)的,或“MAF”(多重序列格式使用
值----------Value----------
a logical vector indicating whether each element of the
逻辑向量指示是否每个元素的
(作者)----------Author(s)----------
Melissa J. Hubisz
实例----------Examples----------
is.format.msa(c("MAF", "SS", "PHYLIP", "MPM", "LAV", "FASTA",
"BAD_FORMAT_STRING"))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|