pNode | R Documentation |
pNode
pNode
has 7 components: priority, g, SNP, Gene2SNP, nGenes,
eGenes and cGenes.
pNode(priority, g, SNP, Gene2SNP, nGenes, eGenes, cGenes) ## S3 method for class 'pNode' print(x, ...)
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 |
... |
other parameters |
an object of S3 class pNode
## 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)