powered by
This function facilitates reading of substitution matrices for further use
substitution_mtx(matrix_name)
A string with path to the substitution matrix in a text file to be read
A vector of characters with amino acid names included in the matrix
A numeric matrix with values
# NOT RUN { path = system.file("extdata", "GONNET.txt", package = "BALCONY") sub_mat = substitution_mtx(path) # }
Run the code above in your browser using DataLab