| tail.dnapath_list {dnapath} | R Documentation |
Return the last part of the dnapath results.
## S3 method for class 'dnapath_list' tail(x, ...)
x |
A 'dnapath_list' object. |
... |
Additional paramters are passed into
|
Returns the last five rows of the summary table of the 'dnapath_list' object.
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)
tail(results)