Description Usage Arguments Value Author(s) Examples
Merge data in a Codelink Object corresponding to same samples. Need a vector indicating the classes and an optional vector indicating the labels of the mer- ged samples.
1 2 |
object |
an object of class "Codelink". |
class |
a numeric vector indicating the classes. |
names |
an optional character vector indicating labels for each class. |
method |
the method used to summarize. Currently only "mean" supported. |
log.it |
logical; a logical indicating if log2 values should be returned. |
merge.snr |
logical; a logical indicating if SNR values should be merged. |
An object of class "Codelink".
Diego Diez
1 2 3 4 5 6 7 8 | ## Not run:
data(codelink.example)
codelink.example <- bkgdCorrect(codelink.example)
codelink.example <- normalize(codelink.example, log.it = FALSE)
codelink.example <- mergeArray(codelink.example, class = c(1,1),
names = "SAMPLE", log.it = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.