annotFeatures: Annotation of features using an annotation package

View source: R/functions.R

annotFeaturesR 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")

bitona/MineICA documentation built on April 23, 2023, 1:41 p.m.