mergeArray: Merge Codelink Bioarrays Data

Description Usage Arguments Value Author(s) Examples

View source: R/data.R

Description

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.

Usage

1
2
  mergeArray(object, class, names=NULL, method="mean",
             log.it=FALSE, merge.snr=TRUE)

Arguments

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.

Value

An object of class "Codelink".

Author(s)

Diego Diez

Examples

1
2
3
4
5
6
7
8

codelink documentation built on Nov. 8, 2020, 8:19 p.m.