annotFeatures | R Documentation |
This function annotates a set of features
annotFeatures(features, type, annotation)
features |
Feature IDs to be annotated |
type |
The object from the package used to annotate
the features, must be available in
|
annotation |
An annotation package |
A vector of gene/object IDs indexed by the feature IDs.
Anne Biton
library(hgu133a.db)
annotFeatures(features = c("1007_s_at", "1053_at", "117_at", "121_at", "1255_g_at"),
type="SYMBOL", annotation="hgu133a.db")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.