Description Usage Arguments Details Examples
A function to convert ID.
1 2 | newIdMatrix(x, convertIdTable, genesKept = c("var", "foldchange", "abs",
"first", "random"))
|
x |
the expression data matrix. |
convertIdTable |
A vector. The names should be the source IDs, and the values should be the target IDs. |
genesKept |
The method to select target gene in more than one targets. "var"/"foldchange"/"abs" means selecting the gene with largest variation/fold change/absolute value. "first" means selecting the first target and "random" means randomly selection. |
A function to convert ID.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.