Use coverage values extracted by the function
get_coverage_matrix()
and, using a variable threshold, make a binary
matrix of missingness.
1 | make_missing_matrix(coverage = NULL, threshold = NULL)
|
coverage |
coverage matrix, should be numeric values, can contain NAs. |
threshold |
coverage values below this threshold are considered missing data. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.