Description Usage Arguments Author(s) See Also Examples
View source: R/joint.probability.R
This function calculates the joint probability of each base-couple among two positions of the training.set
1 | joint.probability(training.set, Prob, prob_parella)
|
training.set |
A set of aligned nucleotide sequence |
Prob |
Background probability of each base within genome |
prob_parella |
Background probability of correlation among bases within genome |
Joan Maynou <joan.maynou@upc.edu>
probability, probIdem, probtransicio
1 2 3 4 5 | data(TranscriptionFactor)
data(BackgroundOrganism)
training.set<-TranscriptionFactor
prob_parella<-probability.couple(Prob)
pmXY<-joint.probability(training.set, Prob, prob_parella)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.