get.rank.combinations {fCI} | R Documentation |
identify the fold change value indexes beyond the fCI estimation
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
rank.index.to.be.removed=list(sample(1:100, 20)) symmetric.fold=TRUE get.rank.combinations(rank.index.to.be.removed, symmetric.fold)