calculate_pseudo_counts: Calculate pseudo counts for alignment

Description Usage Arguments Value Note References Examples

Description

This function calculates pseudo-counts (as shown in Henikoff et al. (1996)) for an alignment with the use of substitution matrices. It is recommended to estimate amino acid frequencies for alignments with small number of sequences (in order to calculate reliable entropy scores)

Usage

1

Arguments

alignment

data loaded with read.alignment

substitution_mtx

Matrix with amino acids substitution frequencies. Default: GONNET

Value

Matrix with pseudo counts of size 21x number of alignment columns

Note

Please note that when using other scoring matrix user needs to make sure that all alignment symbols are present there. Missing symbol will issue an error.

References

Henikoff et al.(1996) Using substitution probabilities to improve position-specific scoring matrices, Bioinformatics, 12, 135–143
Claverie (1994) Some useful statistical properties of position-weight matrices. Comput. Chem., 18, 287-293

Examples

1
2

michalstolarczyk/BALCONY documentation built on May 7, 2019, 6:08 a.m.