Description Usage Arguments Details Value Note Author(s) References Examples
JSdist takes a matrix of expression probabilites (calculated directly or output from makeprobs()) and returns a matrix of Jensen-Shannon distances between individual rows and a specific vector of probabilities (q)
1 | JSdistFromP(mat,q)
|
mat |
A matrix of expression probabilities (e.g. from makeprobs()) |
q |
A vector of expression probabilities. |
Returns Jensen-Shannon distance for each row of a matrix of probabilities against a provided probability distribution (q)
A vector of JS distances
None
Loyal A. Goff
None
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.