View source: R/make_subscript_matrix.R
make_subscript_matrix | R Documentation |
This is intended to be applied to a grouped tibble that has all the columns that are arguments to the function.
make_subscript_matrix(n, chrom, start, end, abs_column, m_list, num_markers)
n |
the number of rows in the group of the tibble |
chrom |
chromosome names |
start |
starting position of the segment |
end |
ending position of th segment |
abs_column |
the absolute column index of the founder |
m_list |
a list column of markers |
num_markers |
the number of markers |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.