Description Usage Arguments Value Examples
Calculate the co-apex score for every pair of proteins. This is defined as the minimum Euclidean distance between any two Gaussians fit to each profile.
1 |
gaussians |
a list of Gaussian mixture models fit to the profile matrix
by |
proteins |
all proteins being scored, optionally including those without Gaussian fits |
a matrix of co-apex scores
1 2 3 | data(scott_gaussians)
gauss <- scott_gaussians[seq_len(25)]
CA <- co_apex(gauss)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.