Description Usage Arguments Details Value Author(s) Examples
This function calculates a network graph, using igraph, in order to create a network plot and/or calcuate network indices.
| 1 | pmartRseq_igraph(netData, coeff = NULL, pval = NULL, qval = NULL)
 | 
| netData | an object of class 'netData', created by  | 
| 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 | 
Create an igraph object, which can then be used to visualize a network plot and/or calculate network indices.
An object of class networkGraph (also a data.frame or list) containing the network.
Allison Thompson
| 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.