| unbiasedWeightedStateChoice | R Documentation |
Determines the most frequent genomic state in a given interval, weighted by Laplace-scaled probabilities.
unbiasedWeightedStateChoice(genomicStates, laplaceWeights)
genomicStates |
A character vector of genomic states. |
laplaceWeights |
A numeric vector of weights. |
In case of ties, states are ranked by:
Total sum of weights (higher is preferred).
Highest single weight assigned to any occurrence of the state (higher is preferred).
Lexicographic order (earlier in the alphabet is preferred).
A character representing the most probable genomic state.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.