bc_names | R Documentation |
Get or update sample names in BarcodeObj object and BarcodeQcSet.
bc_names(x)
bc_names(x) <- value
## S4 method for signature 'BarcodeObj'
bc_names(x)
## S4 replacement method for signature 'BarcodeObj,character'
bc_names(x) <- value
## S4 method for signature 'BarcodeQcSet'
bc_names(x)
## S4 replacement method for signature 'BarcodeQcSet,ANY'
bc_names(x) <- value
x |
A |
value |
A character vector setting the new sample names, with the length
of the samples number in |
A character vector
data(bc_obj)
bc_names(bc_obj)
bc_names(bc_obj) <- c("new1", "new2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.