SuperExactTest (version 1.0.7)

deBarcode: Decrypt Barcode

Description

Decrypt barcode information.

Usage

deBarcode(barcode, setnames, collapse=' & ')

Arguments

barcode

a vector of character strings, encoding the intersection combination.

setnames

set names.

collapse

an optional character string to separate the results. See paste.

Value

A vector.

Details

barcode are character strings of '0' and '1', indicating absence or presence of each set in a intersection combination.

Examples

Run this code
# NOT RUN {
deBarcode(c('01011','10100'), c('S1','S2','S3','S4','S5'))
# }

Run the code above in your browser using DataCamp Workspace