Description Usage Arguments Value Author(s) Examples
View source: R/methods-NetAffxResource.R
This function provides a way to read or update a NetAffx data base. The usual use for this is to force the data base description to be updated (by accessing the Affymetrix web site) or to retrieve the entire list of NetAffx resource data base. A more normal use case is to
1 | readNetAffx(netAffxResource, update = FALSE, ...)
|
netAffxResource |
An object of class |
update |
An object of |
... |
Additional arguments, not currently used. |
An object representing the annotations found; see
NetAffxResource
for additional details.
Martin Morgan
1 2 3 4 5 6 | ## retrieve all annotations
## Not run:
example("NetAffxResource-class")
readNetAffx(rsrc)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.