getUniqueGeneList: Create unique list of genes from input list

Description Usage Arguments Value Methods (by class) Examples

Description

getUniqueGeneList takes a 2-column matrix of group identifiers and gene names, returning the seperated list of unique group identifiers and a unique list of genes.

Usage

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

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

## S4 method for signature 'geneanno,matrix'
getUniqueGeneList(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 list of genes from uniquelist

Methods (by class)

Examples

1
2

biscuit13161/UNGeneAnno documentation built on May 26, 2019, 2:33 a.m.