Description Usage Arguments Value Author(s) Examples
Both functions works in almost same way as generic forms of them.
cbind.BAf
binds BAf objects in column-wise. It checks if it is
plausible to bind two or more BAf objects first, such as identical sample
information stored in @sinfo
and sample batch-wide data in in
@assy_s
.
rbind.BAf
binds in row-wise. To confirm it is possible to
combine multiple data, this checks the consistency in variable names in
@sinfo
and in @assy_s
, the contents in @assy_b
and in
@binder
1 2 3 4 5 6 7 |
... |
one or more objects of the |
deparse.level |
not used. a variable included in the generic function |
an object of the BAf-class
after binding
Mun-Gwan Hong <mun-gwan.hong@scilifelab.se>
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.