motiv-methods(MotIV)
motiv-methods()所属R语言包:MotIV
Motiv methods
motiv方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Methods for motiv objects.
motiv对象的方法。
用法----------Usage----------
## S4 method for signature 'motiv'
summary(object)
## S4 method for signature 'motiv'
names(x)
## S4 method for signature 'motiv'
length(x)
## S4 method for signature 'motiv'
similarity(x)
## S4 method for signature 'motiv'
x[i,j=ANY, bysim=TRUE, ...,exact=TRUE, drop=FALSE]
参数----------Arguments----------
参数:object
An object of class motiv.
对象类motiv。
参数:x
An object of class motiv.
对象类motiv。
参数:i
A string reprsenting a motif name.
字符串reprsenting一个主题名称。
参数:j
NOT USED.
不使用。
参数:bysim
If TRUE, select similarityity name.
如果TRUE,选择similarityity名称。
参数:...
Further potential arguments passed to methods.
进一步潜在的参数传递方法。
参数:exact
If TRUE, search only for perfect name match.
如果TRUE,寻找完美的名称匹配。
参数:drop
If TRUE, no match motifs will be dropped.
如果TRUE,没有匹配的图案将被丢弃。
作者(S)----------Author(s)----------
Eloi Mercier <<a href="mailto:emercier@chibi.ubc.ca">emercier@chibi.ubc.ca</a>>
参见----------See Also----------
matches , alignments, tf
matches,alignments,tf
举例----------Examples----------
showClass("motiv")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|