composeMotif: Build composite motif based on two existing motifs with...

View source: R/matrix_functions.R

composeMotifR Documentation

Build composite motif based on two existing motifs with specified configurations

Description

Build composite motif based on two existing motifs with specified configurations

Usage

composeMotif(motifA, motifB, configuration = "F0F", type = "PEM")

Arguments

motifA

The first motif (PEM by default)

motifB

The second motif (PEM by default)

configuration

"F0F" by default, i.e., Forward-0bp gap-Forward orientation

Value

compositeMotif constructed from motifA and motifB

Examples

buildCompositeMotif(SOX2.matrix, Oct4.matrix, configuration = "F0F")

zeropin/TFCookbook documentation built on July 8, 2023, 2:59 p.m.