Learn R Programming

MineICA (version 1.12.0)

annotFeatures: Annotation of features using an annotation package

Description

This function annotates a set of features

Usage

annotFeatures(features, type, annotation)

Arguments

features
Feature IDs to be annotated
type
The object from the package used to annotate the features, must be available in ls("package:package_name")
annotation
An annotation package

Value

A vector of gene/object IDs indexed by the feature IDs.

Examples

Run this code
library(hgu133a.db)
annotFeatures(features = c("1007_s_at", "1053_at", "117_at", "121_at", "1255_g_at"),
              type="SYMBOL", annotation="hgu133a.db")

Run the code above in your browser using DataLab