pNode: Definition for S3 class 'pNode'

Description Usage Arguments Value Examples

View source: R/ClassMethod-Pi.r

Description

pNode has 7 components: priority, g, SNP, Gene2SNP, nGenes, eGenes and cGenes.

Usage

1
2
3
4
pNode(priority, g, SNP, Gene2SNP, nGenes, eGenes, cGenes)

## S3 method for class 'pNode'
print(x, ...)

Arguments

priority

a data frame

g

an 'igraph' object

SNP

a data frame

Gene2SNP

a data frame

nGenes

a data frame

eGenes

a data frame

cGenes

a data frame

x

an object of class pNode

...

other parameters

Value

an object of S3 class pNode

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
# Load the library
library(Pi)

## End(Not run)
RData.location <- "http://galahad.well.ox.ac.uk/bigdata"
## Not run: 
pNode(evidence, metag)

## End(Not run)

Pi documentation built on Nov. 26, 2020, 2:01 a.m.