nucDiag(spider)
nucDiag()所属R语言包:spider
Nucleotide diagnostics for species alignments
核酸诊断的物种比对
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Determines the diagnostic nucleotides for each species given in sppVector.
确定诊断核苷酸的每一个物种在sppVector。
用法----------Usage----------
nucDiag(DNAbin, sppVector)
参数----------Arguments----------
参数:DNAbin
An object of class 'DNAbin'.
对象类的DNAbin。
参数:sppVector
The species vector (see sppVector).
种矢量(见sppVector“)。
值----------Value----------
A list giving the pure, simple diagnostic nucleotides (i.e. those nucleotides that are fixed within species and different from all other species) for each species in the species vector. A result of integer(0) indicates there are no diagnostic nucleotides for those species.
列表纯粹的,简单的诊断核苷酸(即核苷酸被固定在与所有其他物种的种类和不同),每个物种的物种矢量。 integer(0)的一个结果表明这些物种有没有诊断的核苷酸。
(作者)----------Author(s)----------
Samuel Brown <s_d_j_brown@hotmail.com>
参考文献----------References----------
based DNA barcoding. _Molecular Ecology Resources_ *8* 1256-1259
参见----------See Also----------
slideNucDiag
slideNucDiag
实例----------Examples----------
data(anoteropsis)
anoSpp <- sapply(strsplit(dimnames(anoteropsis)[[1]], split="_"),
function(x) paste(x[1], x[2], sep="_"))
nucDiag(anoteropsis, anoSpp)
#To view the nucleotide values [要查看核苷酸值]
anoNuc <- nucDiag(anoteropsis, anoSpp)
as.character(anoteropsis[ ,anoNuc[[1]][1] ])
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|