otherStrand(tilingArray)
otherStrand()所属R语言包:tilingArray
Return the name of the opposite strand
返回相反的链的名称
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Return the name of the opposite strand
返回相反的链的名称
用法----------Usage----------
otherStrand(x)
参数----------Arguments----------
参数:x
Character vector whose elements are "+" or "-".
特征向量,其元素是“+”或“ - ”。
Details
详情----------Details----------
This is a rather trivial convenience function.
这是一个相当琐碎的便利功能。
An alternative would be to code strands with integers -1 and +1, in which case the inversion would be a trivial builtin operation. However, many genomic databases and input data files use the character string / factor notation.
另一种方法是用整数代码股-1和+1,在这种情况下,反转将是一个简单的内建操作。然而,许多基因组数据库和输入数据文件使用的字符串/因子符号。
值----------Value----------
Character vector of same length as x, with strands reversed.
字符x股,相同长度的向量扭转。
作者(S)----------Author(s)----------
W. Huber <huber@ebi.ac.uk>
举例----------Examples----------
otherStrand(c("+", "-"))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|