[[.dnapath | R Documentation |
Extract results of a single pathway from a 'dnapath' object.
## S3 method for class 'dnapath' x[[i, ...]]
x |
A 'dnapath' object. |
i |
The index specifying which pathway to extract. |
... |
Additional arguments are ignored. |
The 'dnapath' object unmodified
In the current implementation, there is nothing to subset on for individual pathway results, so the original object is returned unmodified.
data(meso) data(p53_pathways) set.seed(0) results <- dnapath(x = meso$gene_expression, pathway_list = p53_pathways[[1]], group_labels = meso$groups, n_perm = 10) results[[1]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.