getComplexMarkerCombos: Build a list of all marker combinations described in...

Description Usage Arguments Value

View source: R/process_meta.R

Description

Based on combination type ("ALL", "ANY", "<2", ">3", etc.), generate all possible combinations of markers given

Usage

1
getComplexMarkerCombos(comboType, markers, setNegs = TRUE)

Arguments

comboType

tells what kind of combinations to build ("ALL" indicates all markers given must stay together, "ANY" means any combination of given markers, including all different lengths, and types like ">2" or "<=3" tells how many markers each combination must contain

markers

vector of markers to combine

setNegs

logical indicating that for every combination generated, markers that are NOT positive should explicitly be included as negative

Value

a list of all possible combinations matching criteria in comboType


caitlinjones/halo documentation built on May 7, 2019, 8 a.m.