co_apex {PrInCE} | R Documentation |
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.
co_apex(gaussians, proteins = NULL)
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
data(scott_gaussians) gauss <- scott_gaussians[seq_len(25)] CA <- co_apex(gauss)