Description Usage Arguments Value Author(s) References See Also Examples
View source: R/CalculInformation.R
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.
1 | CalculInformation(matriu, Prob)
|
matriu |
Aligned DNA sequences |
Prob |
Background Probability for the studied individual. |
matriu_inf: a matrix with a first row that is the information content in each position and the next ones the logodds matrix using information content.
Erola Pairo <epairo@ibecbarcelona.eu>
T. D. Schneider, G. Stormo, L. Gold, and A. Ehrenfeuch,The information content of binding sites on nucleotide sequences, J. Mol. Biol., vol. 188, Nov. 1986.
kfold.MATCH, CalculScores.
1 2 3 4 5 | library(MEET)
data(TranscriptionFactor)
data(BackgroundOrganism)
CalculInformation(matriu=TranscriptionFactor, Prob=Prob)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.