pmartRseq_igraph: Calculates a network graph

Description Usage Arguments Details Value Author(s) Examples

Description

This function calculates a network graph, using igraph, in order to create a network plot and/or calcuate network indices.

Usage

1
pmartRseq_igraph(netData, coeff = NULL, pval = NULL, qval = NULL)

Arguments

netData

an object of class 'netData', created by link{network_calc}

coeff

Optional, cutoff value to use for the correlation coefficient

pval

Optional, cutoff value to use for p-values

qval

Optional, cutoff value to use for q-values

Details

Create an igraph object, which can then be used to visualize a network plot and/or calculate network indices.

Value

An object of class networkGraph (also a data.frame or list) containing the network.

Author(s)

Allison Thompson

Examples

1
2
3
4
5
6
7
## Not run: 
library(mintJansson)
data(rRNA_data)
mynetwork <- network_calc(omicsData = rRNA_data)
myNetGraph <- pmartRseq_igraph(mynetwork)

## End(Not run)

pmartR/pmartRseq documentation built on May 25, 2019, 9:20 a.m.