name_pull: Pull the names of a PathTrace

name_pullR Documentation

Pull the names of a PathTrace

Description

Pulls the names from an igraph get.all.shortest.paths() object

Usage

name_pull(char)

Arguments

char

is a list entry from get.all.shortest.paths()

Value

names of the genes in the input trace path

Examples

example_path <- list(
   c('319', "49", "23")
)
names(example_path[[1]]) <- c("GeneA", "GeneZ", "GeneAlpha")
name_pull(example_path[[1]])

jgockley62/igraphNetworkExpansion documentation built on April 15, 2022, 12:14 a.m.