powered by
Takes in a vector of gene expression values and returns a binary vector consisting of the pairwise rankings for the sample
makePairwiseOrder(samp)
A vector of gene expression values
Binary vector of the pairwise ranking representation of the samples
# NOT RUN { samp <- c(1,3,2,1.5) makePairwiseOrder(samp) # }
Run the code above in your browser using DataLab