Uses of Class
linearregression.LinearRegression

Packages that use LinearRegression
data   
linearregression   
userinterface.cmdline   
userinterface.gui   
 

Uses of LinearRegression in data
 

Methods in data with parameters of type LinearRegression
static Data Filter.filterPQS(Data data, LinearRegression l)
          Filters data such that from each gene only one entry, the one with the lowest quality control value, is kept Commandline option pqs=min
static Data Filter.filterPQS(Data data, LinearRegression l, double threshold)
          Filters the data in such a way that all remaining entries have a quality control value lower than the given threshold Commandline option pqs='threshold'
 

Uses of LinearRegression in linearregression
 

Subclasses of LinearRegression in linearregression
 class LR_normal
          Implementation of linear regression based on simple linear regression Command line option: -l standard
 

Uses of LinearRegression in userinterface.cmdline
 

Methods in userinterface.cmdline that return LinearRegression
static LinearRegression CmdFilterData.performLR(Data data)
          Performs linear regression on a given Data object with the previously specified method
 

Uses of LinearRegression in userinterface.gui
 

Methods in userinterface.gui that return LinearRegression
 LinearRegression GuiLinReg.getLR()
          Returns the linear regression Object
 

Methods in userinterface.gui with parameters of type LinearRegression
 void GuiFilterData.setLR(LinearRegression lr)
          Sets the linear regression object needed for evaluation