Skip to content

easyQTLseq 1.1.0

Latest
Compare
Choose a tag to compare
@laowang1992 laowang1992 released this 04 Jul 06:40
· 8 commits to master since this release

Previous release will not calculate QTL region if no parent information is presented.
easyQTLseq 1.1.0 introduces a new feature: when using the Euclidean Distance (ED) algorithm, it now identifies QTL regions. Specifically, regions where the ED⁴ value exceeds the mean of ED⁴ plus three times the variance of ED⁴ are considered QTL regions.

$$\text{QTL region} = \left\{ x \mid \mathrm{ED}^4(x) > \overline{\mathrm{ED}^4} + 3 \cdot \mathrm{Var}(\mathrm{ED}^4) \right\}$$