Displaying 1 result from an estimated 1 matches for "annotation1".
Did you mean:
annotations
2003 Jun 24
1
S4 method setClass prototype definition question
...;isResolved":
[1] FALSE
Slot "resolve":
logical(0)
Slot "valid":
logical(0)
## which is what I expected. Now in order to set a default for
## the 'valid' slot (provided by the parent class 'IDataType') in the
## Annotation class I tried
setClass("Annotation1",
representation ("IDataType",
x="vector",
y="vector",
catId="integer",
isResolved="logical",...