Skip to contents

Used to collapse probesets using the collapseRows function of the WGCNA package

Usage

# S4 method for class 'omics_array'
probeMerge(x, ...)

Arguments

x

omicsarray

...

Additionnal parameters to the collapseRows function of the WGCNA package

Value

Formal class 'omics_array' [package "Patterns"] with 7 slots

Author

Bertrand Frederic, Myriam Maumy-Bertrand.

Examples


data(jetsetscores)
if(require(CascadeData)){
data(micro_S)
D<-as.omics_array(micro_S[1:400,],1:4,6)
D@gene_ID<-jetsetscores[D@name,"EntrezID"]
PM <- probeMerge(D)
}
#> Loading required package: CascadeData
#>