View source: R/build_sub_matrix.R
build_sub_matrix | R Documentation |
Build a Substitution Matrix
build_sub_matrix(simple_version = FALSE, max_len_score = 4L)
simple_version |
if |
max_len_score |
the maximum score for segment length (should >=4). The maximum score for copy number value is 6 (cannot be changed). |
a list
.
sub_list <- build_sub_matrix() sub_list2 <- build_sub_matrix(simple_version = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.