load.annotation: Load annotation table

Description Usage Arguments Value Examples

Description

The package is adjusted to Illumina annotation .csv file.

Usage

1
load.annotation(annotation.file.name)

Arguments

annotation.file.name

The name of the .csv Illumina annotation file.

Value

A data.table object with the annotation.

Examples

1
2
3
4
### not run! need to put the appropriate path to the annotation file
# annotation.file.name <- "illumina_450_menifest_v.1.2.csv"
# annot <- load.annotation(annotation.file.name)
# annot[1:5]

PeteHaitch/Aclust documentation built on May 8, 2019, 1:29 a.m.