Learn R Programming

COMBIA (version 1.0.6)

applyBliss: Function calculates Bliss Synergy, associated BIs and global BIs

Description

Function calculates Bliss Synergy, associated BIs and global BIs

Usage

applyBliss(noOfRows, noOfCols, rawDataPreProcessed, nBoot)

Arguments

noOfRows

Number of rows in the experiment

noOfCols

Number of columns in the experiment

rawDataPreProcessed

Data matrix

nBoot

Number of bootstrap

Value

Three lists, first list consists of Bliss Synergy/Antagonism, lower bound of BI and upper bound of BI. 2nd list consists of global BI of Maximun synergistic combiantion and 3rd list consists of global BI of maximum antagonistic combination.

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 ), 500) 
# }

Run the code above in your browser using DataLab