annotFeatures: Annotation of features using an annotation package

Description Usage Arguments Value Author(s) Examples

View source: R/functions.R

Description

This function annotates a set of features

Usage

1
  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

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

MineICA documentation built on Nov. 8, 2020, 5:35 p.m.