motifSig-methods {motifStack}R Documentation

"motifSig" methods

Description

methods for motifSig objects.

Usage

	## S4 method for signature 'motifSig'
signatures(object)
	## S4 method for signature 'motifSig'
frequence(object)
	## S4 method for signature 'motifSig'
nodelist(object)
    ## S4 method for signature 'motifSig'
sigColor(object)

Arguments

object

An object of class motifSig.

Methods

signatures

signature(object = "motifSig") return the signatures of motifSig

frequence

signature(object = "motifSig") return the frequency of motifSig

nodelist

signature(object = "motifSig") return the nodelist of motifSig

sigColor

signature(object = "motifSig") return the group color sets of motifSig

$, $<-

Get or set the slot of motifSig


[Package motifStack version 1.26.0 Index]