symbols2indices {limma}R Documentation

Make Gene Set Indices from Symbols

Description

Make a list of gene sets symbols into a list of gene sets indices used to create input for romer function.

Usage

symbols2indices(gmtl.official, symbol)

Arguments

gmtl.official list of gene sets containing official gene symbols. The gene sets can be the ones from the molecular signatures database in Broad Institute.
symbol vector of symbols for the probesets.

Details

This function takes a list of official gene sets symbols and returns a list of indices of them according to the vector symbol.

Value

list of indices.

Author(s)

Gordon Smyth and Yifang Hu

See Also

romer


[Package limma version 2.18.2 Index]