to_list {immcp}R Documentation

to_list

Description

Create a new list from a data.frame of drug target and disease biomarker as input

Usage

to_list(dataframe, input = "single", sep = ", ")

Arguments

dataframe

a data frame of 2 column with term/drug and gene

input

one of the single or basket

sep

When 'input' is 'basket'.

Value

list

Author(s)

Yuanlong Hu

Examples

## Not run: 
  to_list(dataframe)

## End(Not run)

[Package immcp version 1.0.3 Index]