rename_dpcr {dpcR} | R Documentation |
Rename object
Description
Renames objects of class adpcr
or dpcr
.
Usage
rename_dpcr(x, exper = NULL, replicate = NULL, assay = NULL)
Arguments
x |
|
exper |
a vector of new experiments' names. If |
replicate |
a vector of new replicates' ids. If |
assay |
a vector of new assays' names. If |
Details
The valid exper
, replicate
and assay
names
are factors. For the sake of convenience, this function converts other types
to factors if it is possible.
Value
The renamed adpcr
or dpcr
object.
[Package dpcR version 0.6 Index]