Learn R Programming

GRAPE (version 0.1.1)

makePairwiseOrder: 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

Run this code
# NOT RUN {
samp <- c(1,3,2,1.5)
makePairwiseOrder(samp)
# }

Run the code above in your browser using DataLab