deBarcode: Decrypt Barcode

View source: R/intersect.R

deBarcodeR Documentation

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.

Details

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

Value

A vector.

Author(s)

Minghui Wang <minghui.wang@mssm.edu>

Examples

deBarcode(c('01011','10100'), c('S1','S2','S3','S4','S5'))

SuperExactTest documentation built on March 23, 2022, 5:07 p.m.