Description Usage Arguments Value Methods (by class) Examples
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.
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)
|
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 unique list of genes from s
x = geneanno,inputlist = character
: uses vector of characters of group ids and Gene
names for inputlist.
x = geneanno,inputlist = matrix
: uses matrix of group ids and Gene names for
inputlist.
1 2 | data("genematrix")
ggl <- getGroupGeneList(geneanno(),mygenematrix)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.