Displaying 1 result from an estimated 1 matches for "annotation3".
Did you mean:
annotations
2003 Jun 24
1
S4 method setClass prototype definition question
...s I thought it would
## not make sense
## to provide a prototype for a virtual class
## reading further in the methods package reference manual
## (refman.pdf: The Methods Package)
## I conclude that setAs
## use IDataType class w prototype and explicit contains statement
> setClass("Annotation3",
representation ("IDataType1",
x="vector",
y="vector",
catId="integer",
isResolved="logical",...