Description Usage Arguments Details Value Functions Examples
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
.
1 2 3 |
name |
a string indicating how beads-only samples are encoded. |
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.
a string indicating how beads-only samples are encoded.
getBeadsName
: function that returns a string corresponding to how
beads-only samples are encoded.
setBeadsName
: function to set the string that indicates which
samples are beads-only samples in the groups
column of
sampleInfo
.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.