get_synergy_table: Get a valid input for ReshapeData

View source: R/synergy_calculations.R

get_synergy_tableR Documentation

Get a valid input for ReshapeData

Description

Get a synergy table that can be used by the function ReshapeData synergyfinder.

Usage

get_synergy_table(pdata, restrict = FALSE, col_drug = "", control = "DMSO")

Arguments

pdata

A tibble as outputed from process_growth_curves. Must have columns 'Treatment' with format drugRow_rowConcentration+drugCol_colConcentation and 'Viability'

restrict

Whether the data should be strictly restricted between 0 and 100. Apply a cutoff, not a scaling.

col_drug

A drug name that must be the column drug. Otherwise choosen as the first drug to appear.

control

The name of the control.

Value

A tibble with column names as required by ReshapeData


MathurinD/drugResistance documentation built on July 4, 2025, 10:30 p.m.