Learn R Programming

Patterns (version 1.4)

probeMerge,omics_array-method: Function to merge probesets

Description

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

Usage

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

Value

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

Arguments

x

omicsarray

...

Additionnal parameters to the collapseRows function of the WGCNA package

Author

Bertrand Frederic, Myriam Maumy-Bertrand.

Examples

Run this code

if(require(CascadeData)){
data(micro_S)
D<-as.omics_array(micro_S[1:2000,],1:4,6)
D@gene_ID<-jetset::scores.hgu133plus2[D@name,"EntrezID"]
PM <- probeMerge(D)
}

Run the code above in your browser using DataLab