Description Usage Arguments Details Value Author(s)
This function is used to collapse multiple identifier
to unique one by a function
1 2 |
exprz |
a |
name |
a character tells the names of the |
identifier |
a character. "SYMBOL" is default to set gene symbols will be the rownames of expression matrix. You can also use "ENTREZ_ID". |
collapse_fun |
a function object used for collapsing multiple identifiers with same name to unique one. NA and "" will be removed. |
In expression dataset, we often meet there are multiple probes mapping to one gene id or
symbol. While we want make gene expression unique, this function works for this purpose.
Due to multiple probes mapping to one gene,
the identifier
should be "SYMBOL" (gene symbol) or "ENTREZ_ID (entrez id), then collapse_fun
function will be called and unique identifiers will substitute probe IDs, unique gene expression value
computed by collapse_fun
will substitute multiple probe values mapping to one gene.
a ExpressionSet
object.
Shixiang Wang <w_shixiang@163.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.