defineBeads: Defining how beads-only samples are encoded.

Description Usage Arguments Details Value Functions Examples

Description

getBeadsName and setBeadsName are two function to get and set the string that encodes which samples are beads-only samples. Information about beads-only samples are stored in the groups column of sampleInfo.

Usage

1
2
3

Arguments

name

a string indicating how beads-only samples are encoded.

Details

If name is of length greater than one, only the first element of the vector is used. Non-character values of name are first coerced into strings.

Value

a string indicating how beads-only samples are encoded.

Functions

Examples

1
2
3
4
5
6
7
8
## Returns the default string, "beads"
getBeadsName()

## Not run since it changes defaults/user settings
## Not run: 
setBeadsName("beads-only")

## End(Not run)

athchen/PhIPData documentation built on Feb. 10, 2022, 1:34 a.m.