annotation,SNPhood-method {SNPhood} | R Documentation |
SNPhood
object.Specific elements within the annotation slot may also be extracted by using the elements
parameter.
## S4 method for signature 'SNPhood' annotation(object, elements = NULL, ...)
object |
Object of class |
elements |
Character. The name of the element(s) in the annotation slot to be extracted.
If set to |
... |
not supported |
If only a single value for elements
is provided, the element is returned directly.
If multiple values are provided, a named list with the requested elements is returned.
data(SNPhood.o, package="SNPhood") annotation(SNPhood.o) annotation(SNPhood.o, elements = "regions") annotation(SNPhood.o, elements = c("regions", "bins"))