fill_in_sparse_score_mat | R Documentation |
Add one or more submatrices to a sparse score matrix
fill_in_sparse_score_mat(sparse_matrix, ..., diag = NULL)
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. |
sparse_score_mat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.