annotateDatasetFeatures | R Documentation |
This is a generic function for annotating the Features (observations) in a
dataset (e.g., the features of an eSet
) using some object
(e.g., an annotation database).
annotateDatasetFeatures(dataset, database, ...)
dataset |
An object containing a dataset (e.g., an @codeeSet). |
database |
An object (e.g., an annotation database) containing information to be used to annotate the Features (observations) of the dataset. |
... |
Additional arguments to methods of @codeannotateDatasetFeatures. |
Each method returns an S4 object of the same class as @codedataset.
Adam C. Gower agower@bu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.