AAmotifAlignment: align AA motifs

Description Usage Arguments Value Examples

View source: R/AAmotifAlignment.R

Description

align AA motifs for plotting motifs stack

Usage

1
AAmotifAlignment(pcms, threshold = 0.4, minimalConsensus = 0)

Arguments

pcms

a list of position frequency matrices, pfms must be a list of class pcm

threshold

information content cutoff threshold for useful postions

minimalConsensus

minimal length of consensus for alignment

Value

a list of aligned motifs

Examples

1
2
3
pcms<-importMatrix(system.file("extdata", "prot.meme", package="motifStack"),
                   format="meme", to="pfm")
motifs<-AAmotifAlignment(pcms)

motifStack documentation built on Nov. 8, 2020, 7:43 p.m.