Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/precomputefCI.R
identify the fold change value indexes beyond the fCI estimation
1 | get.rank.combinations(rank.index.to.be.removed, symmetric.fold)
|
rank.index.to.be.removed |
a list of integers representing the genes to be removed because it exceeds the predefined fold change, i.e 1.2 fold |
symmetric.fold |
a boolean value indicating the upregulation and downregulation are treatedly equally |
TBD
combinations |
a data frame of gene indexes |
TBD
Shaojun Tang
http://software.steenlab.org/fCI/
TBD
1 2 3 | rank.index.to.be.removed=list(sample(1:100, 20))
symmetric.fold=TRUE
get.rank.combinations(rank.index.to.be.removed, symmetric.fold)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.