kpm: Main method used for running KPM

View source: R/kpm.R

kpmR Documentation

Main method used for running KPM

Description

Runs KeyPathwayMiner localy via the standalone or remotely via the RESTful API of the KeyPathwayMiner website. Input parameters are indicator matrices and a graph_file. You can view or change the run parameters through the kpm_options() function.

Usage

kpm(indicator_matrices, graph = NULL)

Arguments

indicator_matrices

List of data frames.

graph

Path of the graph file or an igraph object. NULL if you want to use a graph from the web service (only for remote runs). Use get_networks() to see all networks.


baumbachlab/keypathwayminer-R documentation built on June 29, 2023, 11:21 a.m.