powered by
Takes in vector of pathway gene names, returns names corresponding to the pairwise binary representation
makePairwiseOrderNames(path_genes)
A vector of pathway gene names
Names for the pairwise representation, of the form "gA<gB"
# 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