Learn R Programming

MEET (version 5.1.1)

CalculInformation: Information content in each position of a set of aligned DNA sequences

Description

Using as an input the set of aligned DNA sequences, information content in each position is calculated, taking into account background probability for each nucleotide. The first row of the returned sequence is the information in each postion, and the others are the loggods matrix.

Usage

CalculInformation(matriu, Prob)

Arguments

matriu
Aligned DNA sequences
Prob
Background Probability for the studied individual

Value

matriu is a matrix with a first row that is the information content in each position and the next ones the logodds matrix using information content.

See Also

kfold.MATCH, CalculScores

Examples

Run this code
data(TranscriptionFactor)
data(BackgroundOrganism)
CalculInformation(matriu=TranscriptionFactor, Prob=Prob)

Run the code above in your browser using DataLab