Skip to contents

Inspects each annotation column and returns whether its values lie in {0, 1} (binary) or take other values (continuous).

Usage

isBinarySldscAnnot(sldscData, annotCols = NULL)

Arguments

sldscData

An SldscData object.

annotCols

Character or integer vector, default NULL.

Value

Named logical vector: TRUE for binary, FALSE for continuous.