Description Usage Arguments Value Functions Author(s)
Various scores used in chromstaR
.
1 2 3 | differentialScoreMax(mat, info, FUN = "-")
differentialScoreSum(mat, info, FUN = "-")
|
mat |
A matrix with posterior probabilities, read counts or any other matrix with these dimensions. Column names must correspond to the ID entries in |
info |
An |
FUN |
A function to compute the score with. |
A numeric vector.
differentialScoreMax
: Maximum differential score. Values are between 0 and 1. A value of 1 means that at least one mark is maximally different between conditions.
differentialScoreSum
: Additive differential score. Values are between 0 and N, where N is the number of marks. A value around 1 means that approximately 1 mark is different, a value of 2 means that 2 marks are different etc.
Aaron Taudt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.