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'.
Examples
Run this code# NOT RUN {
to_list(dataframe)
# }
Run the code above in your browser using DataLab