makePairwiseOrder {GRAPE} | R Documentation |
Make pairwise order representation of a sample
Description
Takes in a vector of gene expression values and returns a binary vector consisting of the pairwise rankings for the sample
Usage
makePairwiseOrder(samp)
Arguments
samp |
A vector of gene expression values |
Value
Binary vector of the pairwise ranking representation of the samples
Examples
samp <- c(1,3,2,1.5)
makePairwiseOrder(samp)
[Package GRAPE version 0.1.1 Index]