|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthalflife.HalfLife
halflife.HalfLife_EU
public class HalfLife_EU
Class that provides half life calculation methods based on the ratio of newly transcribed (labeled) RNA to pre-existing (unlabeled)RNA
Constructor Summary | |
---|---|
HalfLife_EU()
|
Method Summary | |
---|---|
CorrectionFactors |
calculateCorrectionFactors(double medianHWZ,
double t)
Calculation of correction factors based on a median |
void |
calculateHalfLives(int t)
Calculation of Half lives |
void |
initialize(Data data)
initializes the HalfLife object & extracts the needed values of the Data object |
void |
initialize(Data data,
int replicate)
initializes the HalfLife object for a specific replicate of the data |
void |
setCorrectionFactor(CorrectionFactors corr)
Sets the set of correction factors |
Methods inherited from class halflife.HalfLife |
---|
filterValues, getAlpha, getC_l, getC_u, getData, getHwz, getNewMapping, getRatio, getReplikat, median, ratioOfReplicate, setAlpha, setCorrectionFactors, setHwz, setNewMap, writeToFileHalfLives, writeToFileRatios |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HalfLife_EU()
Method Detail |
---|
public void initialize(Data data)
HalfLife
initialize
in class HalfLife
data
- The data object for which the HalfLife calculation shall be donepublic void initialize(Data data, int replicate)
HalfLife
initialize
in class HalfLife
data
- The data object for which the HalfLife calculation shall be donereplicate
- The replicate that shall be usedpublic void calculateHalfLives(int t)
HalfLife
calculateHalfLives
in class HalfLife
t
- Timepublic CorrectionFactors calculateCorrectionFactors(double medianHWZ, double t)
HalfLife
calculateCorrectionFactors
in class HalfLife
medianHWZ
- median mRNA Half lifet
- Time
public void setCorrectionFactor(CorrectionFactors corr)
HalfLife
setCorrectionFactor
in class HalfLife
corr
- The correction factors
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |