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.