getBarcodes | R Documentation |
Returns a character vector of barcode names. See details for more.
getBarcodes(object, across = NULL, across_subset = NULL, simplify = TRUE)
object |
An object of class |
across |
Character value or NULL. Specifies the grouping variable of interest. Use |
across_subset |
Character vector or NULL. Specifies the particular groups
of interest the grouping variable specified in argument If set to NULL all of them are chosen. You can prefix groups you are NOT interested in with a '-'. (Saves writing if there are more groups you are interested in than groups you are not interested in.) Use |
simplify |
Logical. If set to TRUE the output list is simplified to a vector if possible. If set to FALSE a list is returned. |
If argument across
is specified the output is named according
to the group membership the variable specified assigns the barcode spots to.
If simplify is set to FALSE a list is returned.
Not specifying across
makes the function return an unnamed character
vector containing all barcodes.
Named character vector or list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.