1. What is the algorithm used in the program for comparing genes between groups?
The algorithm used in the program for comparing genes between groups is a highly recursive algorithm with an original implementation of statweights. It involves transforming initial data into relative expressions for each sample, finding the mean relative expression, and calculating the differential of relative expression for each gene. The algorithm then acquires aggregated suggestions on how to shift genes to align with a common expression pattern between groups. The use of weighted means and the integration of external knowledge about gene stability enhance the effectiveness of the algorithm. The algorithm is presented in a code-like manner and can be used with the DEAr tool to analyze datasets and compare performance.
read more
2. How are weights calculated for mean values?
Weights are calculated by combining predicted and statistical weights. Predicted weights represent prior knowledge about studied objects, while statweights are based on measurement accuracy and consistency. The sum of the margin of deviation and the weighted mean value divided by the mean value of the sum provides an exponential penalty called statweight. Statweights are used to find the weighted mean, creating a circular graph of calculations. Recursive calculations are performed until the difference between steps is less than a preset value. Statweights allocate a stable core of fluctuating values and provide robustness to evaluations. The nominator of the exponent should be partly restricted from the full effect of the statweight to avoid overweighting individual values.
read more
3. How is the relative expression RLijm calculated?
The relative expression RLijm between each gene i and each gene j is calculated for each sample m of each group u using the initial data in form of C t imu and d (sAiSNo. 0). Alternatively, it can be calculated from previously analyzed groups (sAiSNo. 48). The use of RLijm instead of C t imu increases data complexity but reduces system effects from biological material quality and probe preparation errors. Once a group is prepared, recursion No. 0 begins, and mean values RL iju and their margins d iju are calculated using statweights (sAiSNo. 6 No. 8). The recursion continues until a stable result is achieved (sAiSNo. 11).
read more
4. How are differentials of relative expression calculated?
In the recursion No. 2, differentials of relative expression (iju) are calculated by comparing the relative expression of a gene pair (RL iju) with the mean value of relative expressions between groups for the same pair (RL ij). The statistical weights (iju RL) are combined with predicted weights (sAiSNo. 21) to determine the differential. Missing values are bypassed without affecting the calculation. Penalties are taken from individual uncertainties (d iju), differences from the mean value (iju), and acquired shifts (| u | and u) to control overweighting. The weighted mean of instabilities (d) is estimated using w iju RL and the sum of d iju and iju. The recursion continues until a stable result is achieved (sAiSNo. 25).
read more