View source: R/matrinet_graph.R
matrinet_graph | R Documentation |
Create the initial skeleton of matrigraph object for storing network data.
matrinet_graph( matridata, prior_topology, add_node_df = NULL, add_edge_df = NULL )
matridata |
The output from matrinet_data() function or any list of group (cancer) specific data-frames containing node covariates, e.g., gene or protein expression data. Extracted automatically from the dataframe by the column names of prior_topology object. |
prior_topology |
An adjacency matrix providing a fixed skeleton for the network. The default structure is given by the matrixDB interaction data. |
add_node_df |
A data-frame for custom node attributes that are common for each group (e.g. protein/gene family). |
add_edge_df |
A data-frame for custom edge attributes that are common for each group (e.g. gene-gene interaction data source). |
Returns a list of group (cancer) specific matrigraph objects, with 1) node_df, 2) edge_df and 3) summary dataframes. Matrigraph object is meant for storing network estimation results and custom node/edge attributes.
print(c("matrinet_graph(matridata, prior_topology)"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.