Description Usage Arguments Value Methods (by class) Examples
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.
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)
|
x |
object of class geneanno. |
inputlist |
vector of strings, being a mixed list of group numbers and gene names |
object of type geneanno; a copy of input object having the additional
list of group numbers and a list of genes from uniquelist
x = geneanno,inputlist = character
: object of type geneanno; a copy of input object
having the additional list of group numbers and a unique list of genes from
s
x = geneanno,inputlist = matrix
: object of type geneanno; a copy of input object
having the additional list of group numbers and a unique list of genes from
s
1 2 | data("genematrix")
ga <- getUniqueGeneList(geneanno(),mygenematrix)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.