annotFeatures {MineICA}R Documentation

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.

Author(s)

Anne Biton

Examples

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

[Package MineICA version 1.30.0 Index]