Learn R Programming

COMBIA (version 1.0.6)

createUniquePertbs: Function to make unique perturbations of the replicates these will be used incase if CV is greater than threshold.

Description

Function to make unique perturbations of the replicates these will be used incase if CV is greater than threshold.

Usage

createUniquePertbs(totalNumberofReplicates)

Arguments

totalNumberofReplicates

Total replicate number

Value

unique possible perturbations

Examples

Run this code
# NOT RUN {
rslt <- createUniquePertbs(5) 
# }

Run the code above in your browser using DataLab