make_missing_matrix: Make a matrix of missingness using coverage matrix

Description Usage Arguments

Description

Use coverage values extracted by the function get_coverage_matrix() and, using a variable threshold, make a binary matrix of missingness.

Usage

1
make_missing_matrix(coverage = NULL, threshold = NULL)

Arguments

coverage

coverage matrix, should be numeric values, can contain NAs.

threshold

coverage values below this threshold are considered missing data.


bobverity/missdiva documentation built on May 28, 2019, 1:18 p.m.