generatePairValue | R Documentation |
Generate gene pair value
generatePairValue(
value = NULL,
names = NULL,
sep = "_",
upRegulatedGene = NULL
)
sep |
Pair seperation |
upRegulatedGene |
If input upRegulatedGene, ratio and rank will consider high/low. |
set.seed(111)
v = rnorm(10)
n = paste0("ID", 1:10)
names(v) = n
loonR::generatePairValue(v,n)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.