Description Usage Arguments Value Examples
Takes in a vector of gene expression values and returns a binary vector consisting of the pairwise rankings for the sample
1 | makePairwiseOrder(samp)
|
samp |
A vector of gene expression values |
Binary vector of the pairwise ranking representation of the samples
1 2 | samp <- c(1,3,2,1.5)
makePairwiseOrder(samp)
|
[1] 1 1 1 0 0 0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.