CodelinkSet-class {codelink} | R Documentation |
This is the storage class for Codelink data
Object are created after reading text codelink files with readCodelinkSet()
CodelinkSet objects are derived from ExpressionSet and therefore inherits all their methods. Additional methods are defined to extract information:
Old Codelink-class objects can be converted into CodelinkSet instances using the function Codelink2CodelinkSet.
Directly extends class ExpressionSet
.
Class-specific methods:
getWeight
Get the matrix of weights.
Diego Diez
## Not run: data(codset) ## End(Not run)