Calculates the completeness between any two samples using "or", is an entry missing in either X "or" Y.
Usage
pairwise_completeness(
data_matrix,
global_na = c(NA, Inf, 0),
include_only = NULL,
return_matrix = TRUE
)
Calculates the completeness between any two samples using "or", is an entry missing in either X "or" Y.
pairwise_completeness(
data_matrix,
global_na = c(NA, Inf, 0),
include_only = NULL,
return_matrix = TRUE
)