revcompMotif: Reverse complements a PFM

Description Usage Arguments Value Examples

View source: R/forground_wrapper.R

Description

This function computes the reverse complement of a given PFM.

Usage

1

Arguments

pfm

An R matrix that represents a position frequency matrix

Value

Reverse complemented PFM

Examples

1
2
3
4
5
6
# Load motif
motiffile = system.file("extdata", "x1.tab", package = "motifcounter")
motif = t(as.matrix(read.table(motiffile)))

# Reverse complement motif
revcompmotif = motifcounter:::revcompMotif(motif)

motifcounter documentation built on Nov. 8, 2020, 5:44 p.m.