getGroupGeneList: Create unique list of group,gene combinations from input list

Description Usage Arguments Value Methods (by class) Examples

Description

getGroupGeneList takes a mixed list of group identifiers (numeric) and gene names or a 2-column matrix of group identifiers and gene names, returning the seperated list of group identifiers and the related lists of genes.

Usage

1
2
3
4
5
6
7
getGroupGeneList(x, inputlist)

## S4 method for signature 'geneanno,character'
getGroupGeneList(x, inputlist)

## S4 method for signature 'geneanno,matrix'
getGroupGeneList(x, inputlist)

Arguments

x

object of class geneanno.

inputlist

vector of strings, being a mixed list of group numbers and gene names

Value

object of type geneanno; a copy of input object having the additional list of group numbers and a unique list of genes from s

Methods (by class)

Examples

1
2
3
4
5
## Not run: 
data("genematrix")
dgl <- getGroupGeneList(geneanno(),genematrix)

## End(Not run)

ungeneanno documentation built on May 29, 2017, 2:01 p.m.