R/AllGenerics.R

Defines functions relNet2TGF getLabels calcW calcA

Documented in calcA calcW getLabels relNet2TGF

## Definition of generic functions
##
## Gustavo H. Esteves
## 10/05/07
##
##


## Generic to extract A values from microarray objects
calcA <- function(object, ...)
    UseMethod("calcA")


## Generic to extract W values from microarray objects
calcW <- function(object, ...)
    UseMethod("calcW")


## Generic to pick information about labels from microarray objects
getLabels <- function(obj=NULL, labelID=NULL, sLabel=TRUE)
    UseMethod("getLabels")


## Generic to convert relevance networks in TGF files
relNet2TGF <- function(...)
    UseMethod("relNet2TGF")

Try the maigesPack package in your browser

Any scripts or data that you put into this service are public.

maigesPack documentation built on Nov. 8, 2020, 6:23 p.m.