all_correlations: Compute correlations for all possible mask combinations given...

Description Usage Arguments Value

View source: R/mask_combinations.R

Description

Compute correlations for all possible mask combinations given the input vectors.

Usage

1
all_correlations(vs, mask_ranges, masks_filter = NULL)

Arguments

vs

Input vectors

mask_ranges

List of start, end tuples for each of the mask groups

masks_filter

optional: set of masks (of the comparison, not the input mask) for which to return correlations, supply as integer-encoded mask (not as vector)

Value

A dictionary of mask combinations and the respective correlations.


mkuhn/maskedCorr documentation built on May 23, 2019, 2:03 a.m.