getPwmFromAlignment: Create PWM from alignment

Description Usage Arguments Value Author(s) Examples

View source: R/utilities.R

Description

Creates a matrix-representation of a PWM from a set of sequences

Usage

1
getPwmFromAlignment(alignment, alphabet = NULL, pseudoCount = 0)

Arguments

alignment

a vector or list of sequences each with equal length

alphabet

of type Alphabet

pseudoCount

the number of pseudo-observations for each character in the alphabet

Value

PWM as matrix

Author(s)

Hendrik Treutler

Examples

1
2
3
4
5
6
motif_folder= "extdata/alignments"
motif_name = "calamodulin_1"
fileName = paste(motif_folder,"/",motif_name,".txt",sep="")
file = system.file(fileName, package = "DiffLogo")
motif = getPwmFromAlignment(readLines(file), ASN, 1)
(pwm = motif, alphabet=ASN)

mgledi/DiffLogo documentation built on June 7, 2020, 8:23 a.m.