Learn R Programming

Patterns (version 1.1)

micro_array-class: Class "micro_array"

Description

The Class

Arguments

Objects from the Class

Objects can be created by calls of the form new("micro_array", ...).

Slots

microarray:

Object of class "matrix" ~~

name:

Object of class "vector" ~~

gene_ID:

Object of class "vector" ~~

group:

Object of class "vector" ~~

start_time:

Object of class "vector" ~~

time:

Object of class "vector" ~~

subject:

Object of class "numeric" ~~

Methods

dim

signature(x = "micro_array"): ...

genePeakSelection

signature(M1 = "micro_array", M2 = "micro_array", peak = "numeric"): ...

geneSelection

signature(M1 = "micro_array", M2 = "micro_array", tot.number = "numeric"): ...

head

signature(x = "micro_array"): ...

inference

signature(M = "micro_array"): ...

plot

signature(x = "micro_array", y = "ANY"): ...

plot

signature(x = "network", y = "micro_array"): ...

predict

signature(object = "micro_array"): ...

print

signature(x = "micro_array"): ...

summary

signature(object = "micro_array"): ...

unionMicro

signature(M1 = "micro_array", M2 = "micro_array"): ...

Examples

Run this code
# NOT RUN {
showClass("micro_array")
# }

Run the code above in your browser using DataLab