get_genes {dnapath}R Documentation

Get the gene names from a differential network analysis

Description

Get the gene names from a differential network analysis

Usage

get_genes(x)

Arguments

x

A 'dnapath_list' or 'dnapath' object from dnapath, or a pathway list.

Value

Returns a vector containing all the genes in x.

See Also

rename_genes, entrez_to_symbol, symbol_to_entrez

Examples

data(meso)
data(p53_pathways)
set.seed(0)
results <- dnapath(x = meso$gene_expression, pathway_list = p53_pathways,
                   group_labels = meso$groups, n_perm = 10)
genes <- get_genes(results)

[Package dnapath version 0.7.4 Index]