powered by
The number of pathways in a 'dnapath_list' object.
# S3 method for dnapath_list length(x)
The number of pathways.
A 'dnapath_list' object from dnapath.
dnapath
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) length(results)
Run the code above in your browser using DataLab