multipath: Generate Multipath Graph from General Data

View source: R/Multipath.R

multipathR Documentation

Generate Multipath Graph from General Data

Description

Generate Multipath Graph from General Data

Usage

multipath(
  name = "Multipath",
  up = NA,
  proteinList = NA,
  data = NA,
  drugList = NA
)

Arguments

name

The name of the graph to be generated

up

The Uniprot.ws() object

proteinList

The list of proteins of which the interactions should be retrieved

data

The dataframe containing the parsed information of DrugBank. This argument can be obtained using the function loadDBXML(DrugBankFile)

drugList

The list of DrugBank Ids of the drugs. This argument can be either a string (one drug) or a list of strings (multiple drugs)

Value

A mully graph with the added data


frankkramer-lab/Multipath documentation built on April 30, 2023, 6:08 p.m.