Learn R Programming

dnapath (version 0.7.6)

head.dnapath_list: Return the first part of the dnapath results.

Description

Return the first part of the dnapath results.

Usage

# S3 method for dnapath_list
head(x, ...)

Value

Returns the first five rows of the summary table of the 'dnapath_list' object.

Arguments

x

A 'dnapath_list' object.

...

Additional paramters are passed into summary.dnapath_list.

Examples

Run this code
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)
head(results)

Run the code above in your browser using DataLab