View source: R/integrate_networks.R
integrate_networks | R Documentation |
Combine two (or more?) gene lists into a single integrated network
integrate_networks(df_list, col, order, ppi_data = innatedb_exp, seed = 1)
df_list |
List of data frames; data to be integrated into a single
network. If the list items do not have names, they will be assigned names
using |
col |
Column containing Ensembl gene IDs; must be present in all
elements of |
order |
Desired type of output network ("zero", "first", "min_simple" or
"min_steiner"); passed to |
ppi_data |
Data frame of PPI data; must contain rows of interactions as pairs of Ensembl gene IDs, with columns named "ensembl_gene_A" and "ensembl_gene_B". Defaults to pre-packaged InnateDB PPI data. |
seed |
Number used in call to |
The "min_steiner" method is implemented with the SteinerNet
package.
tidygraph
object for plotting or further analysis
See https://cran.r-project.org/web/packages/SteinerNet/index.html for details on the Steiner network trimming.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.