Description Usage Arguments Details Value Author(s) References See Also Examples
a function to mapping category IDs and gene IDs to names and symbols.
1 |
x |
a GeneAnswers instance containing category IDs and geneIDs |
catTerm |
logic value to determine whether mapping category IDs to names |
geneSymbol |
logic value to determine whether mapping gene IDs to symbols |
strict |
logic value to determine whether interrupt conversion if NA is introduced. |
verbose |
logical, show current stage or not |
missing |
type of handling NA mapping. |
... |
other parameters used by |
Conversion could stop if NA is introduced and strict is set to TRUE. There are three types of parameters for variable 'missing'. 'name' means the NA mapping values are replaced by their names. 'keep' means all of NA values are kept. 'remove' means all of NA values are removed. Occationally, Reactome uses the same name for species-mixed pathways based on in vivo and in vitro experiments, so we highly recommend to set addID as TRUE for Reactome test.
return a GeneAnswers instance with category names and/or gene symbols.
Gang Feng, Pan Du and Simon Lin
Feng, G., Du, P., Krett, N., Tessel, M., Rosen, S., Kibbe, W.A. and Lin, S.M., 'A collection of bioconductor methods to visualize gene-list annotations', BMC Research Notes 2010, 3:10
1 2 | example(GeneAnswers)
xx <- geneAnswersReadable(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.