names.dnapath | R Documentation |
The pathway names in a 'dnapath' object.
## S3 method for class 'dnapath' names(x)
x |
A 'dnapath' object from |
The pathway's name.
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) names(results[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.