motiv-methods {MotIV} | R Documentation |
Methods for motiv objects.
## 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, ignore.case=FALSE, drop=FALSE]
object |
An object of class |
x |
An object of class |
i |
A string reprsenting a motif name. |
j |
NOT USED. |
bysim |
If |
... |
Further potential arguments passed to methods. |
ignore.case |
if FALSE, the pattern matching is case sensitive and if TRUE, case is ignored during matching |
exact |
If |
drop |
If |
Eloi Mercier <emercier@chibi.ubc.ca>
matches
, alignments
, tf
showClass("motiv")