fill_in_sparse_score_mat {nat.nblast} | R Documentation |
Add one or more submatrices to a sparse score matrix
Description
Add one or more submatrices to a sparse score matrix
Usage
fill_in_sparse_score_mat(sparse_matrix, ..., diag = NULL)
Arguments
sparse_matrix |
either an existing (square) sparse matrix or a character vector of names that will be used to define an empty sparse matrix. |
... |
Additional matrices to insert into |
diag |
optional full diagonal for sparse matrix i.e. self-match scores. |
See Also
sparse_score_mat
[Package nat.nblast version 1.6.7 Index]