Description Usage Arguments Author(s) See Also Examples
This function calculates the probability of random varible with N states considering missing values.
1 | probability(wind, Prob, missing.fun)
|
wind |
A set of nucleotide aligned sequences |
Prob |
Probability of each base within genome |
missing.fun |
TRUE Missing values |
Joan Maynou <joan.maynou@upc.edu>
joint.probability, probIdem, probtransicio
1 2 3 4 | data(TranscriptionFactor)
data(BackgroundOrganism)
wind<-TranscriptionFactor
probability(wind,Prob,missing.fun=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.