build_clique_db: Create a sqlite database containing all maximal cliques from...

Description Usage Arguments Details Author(s)

View source: R/clique_db.R

Description

Create a sqlite database containing all maximal cliques from a network

Usage

1
build_clique_db(ppi_network, db_folder, db_name)

Arguments

ppi_network

A network as a dataframe where the first 2 columns are the interactions

db_folder

A directory where the database will be stored. Please not that tilde expension does not work.

db_name

The name of the database. File suffix ".sqlite" will be appended

Details

Creates a SQLite database containing all maximal cliques from the network in the folder db_folder with filename db_name.sqlite. This database can be used as in input to clique_sum_exact and clique_sum_permutation

Author(s)

Dirk de Weerd


ddeweerd/MODifieRDev documentation built on Nov. 12, 2019, 7:50 a.m.