Learn R Programming

COMBIA (version 1.0.6)

synergySignificant: Function calculates significant synergy/antagonism

Description

Function calculates significant synergy/antagonism

Usage

synergySignificant(synergyCalculationLists, noOfRows, noOfCols, xDrug, yDrug,
  cellLine)

Arguments

synergyCalculationLists

List of synergy antagonism calculations

noOfRows

Number of rows

noOfCols

Number of columns

xDrug

Name of drug on x-axis

yDrug

Name of drug on y-axis

cellLine

Cell Line

Value

Processed data

Examples

Run this code
# NOT RUN {
dataFile <- system.file("extdata", "rawDataPreProcessed.csv", package="COMBIA")
dataSample <- read.csv(dataFile, header=FALSE)
nR <- 8
nC <- 10
rslt <- applyBliss(nR, nC,  as.matrix(dataSample ), 100) 
synergySignificant(rslt, nR, nC,"A", "B", "Cell")
# }

Run the code above in your browser using DataLab