Learn R Programming

MEET (version 5.1.1)

CalculPWM: CalculPWM: To calculate Position Weight Matrix

Description

This function calculates the PWM (Position Weigth Matrix) from set of aligned nucleotide sequences.

Usage

CalculPWM(matriu)

Arguments

matriu
A set of aligned nucleotide sequences

Value

Examples

Run this code
data(TranscriptionFactor)
matriu<-TranscriptionFactor
resul<-CalculPWM(matriu)

Run the code above in your browser using DataLab