pcxn-class {pcxn}R Documentation

A pcxn object produced by pcxn_explore() or pcxn_analyze(). It holds the corresponding analysis, the data produced by the analysis and the geneset groups involved.

Description

A pcxn object produced by pcxn_explore() or pcxn_analyze(). It holds the corresponding analysis, the data produced by the analysis and the geneset groups involved.

Value

pcxn object with a type, data and geneset_groups field

Slots

type

character.

data

matrix.

geneset_groups

list.

Examples

# Create and show a pcxn object
pcxn <- pcxn_explore("pathprint","Alzheimer's disease (KEGG)", 10, 
0.05, 0.05)

pcxn

[Package pcxn version 2.6.0 Index]