Learn R Programming

GRAPE (version 0.1.1)

makePairwiseOrderNames: Make template names from gene names

Description

Takes in vector of pathway gene names, returns names corresponding to the pairwise binary representation

Usage

makePairwiseOrderNames(path_genes)

Arguments

path_genes

A vector of pathway gene names

Value

Names for the pairwise representation, of the form "gA<gB"

Examples

Run this code
# NOT RUN {
path_genes <- c("gene_A","gene_B","gene_C","gene_D")
makePairwiseOrderNames(path_genes)
# }

Run the code above in your browser using DataLab