makePairwiseOrderNames: Make template names from gene names

Description Usage Arguments Value Examples

Description

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

Usage

1

Arguments

path_genes

A vector of pathway gene names

Value

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

Examples

1
2
path_genes <- c("gene_A","gene_B","gene_C","gene_D")
makePairwiseOrderNames(path_genes)

GRAPE documentation built on May 8, 2019, 1:03 a.m.