Calculate scoring matrix from probability matrices for matching and non-matching sets of neurons
Source:R/smat.r
calc_score_matrix.Rd
Calculate scoring matrix from probability matrices for matching and non-matching sets of neurons
Arguments
- matchmat
a probability matrix given by considering 'matching' neurons.
- randmat
a probability matrix given by considering 'non-matching' or 'random' neurons.
- logbase
the base to which the logarithm should be taken to produce the final scores.
- epsilon
a pseudocount to prevent division by zero when constructing the log odds ratio in the probability matrix.