在一些排列指标下的中位数和最接近问题的参数化复杂性上
Luís Cunha1, Ignasi Sau2, Uéverton Souza3,4
1Instituto de Computação, Universidade Federal Fluminense, Niterói, Brazil. lfignacio@ic.uff.br.
Algorithms for molecular biology : AMB
|December 24, 2024
概括
这项研究分析了基因组重组问题,重点关注各种距离指标中的中位数和最近的基因组. 它揭示了一些场景的NP硬度,但也确定了多项式内核和FPT算法,从而推进了进化基因组学研究.
科学领域:
- 进化基因组学 进化基因组学
- 计算生物学 计算生物学
- 人类遗传学 是一个学科.
背景情况:
- 基因组重组对于理解DNA进化和遗传学重建至关重要.
- 现有的双重重排列距离对于多基因组分析是不够的.
- 中位数和最接近的基因组问题是基于重排的基因组学的关键挑战.
研究的目的:
- 为了研究中位数和最接近的基因组问题的参数化复杂性.
- 通过断点,交换,块交换,短块移动和转换距离来分析这些问题.
- 确定多项式内核和FPT算法的可行性,以应对这些计算挑战.
主要方法:
- 制定中位数和最接近的基因组问题作为基于排列的计算任务.
- 应用参数化的复杂性理论来分析问题难度的参数,如距离 (d) 或基因组计数 (k).
- 证明某些中位数/最接近 permutation 问题的 NP-硬度,并为其他问题开发 FPT 算法.
主要成果:
- 在特定指标下找到中位数/最接近的顺序,即使只有少数基因组,也证明了NP硬度.
- 在所有研究的指标中建立了多项式内核,以距离d为参数,用于所有研究的指标的中位数顺序问题.
- 通过短块移动展示了最接近的换的NP硬度,并为其他最接近的换问题开发了FPT算法.
结论:
- 该研究提供了对基因组重组问题的全面复杂性分析.
- 结果提供了关于使用基因组重新排列的基因组重建的计算可操作性的见解.
- 确定了特定的条件,其中中位数和最接近的基因组问题是计算可行的或难以解决的.
相关概念视频
Median
17.3K
Besides mean, the median is a widely used measure of central tendency. Typically, median is defined as the central or middle value of a data set, measured by arranging the data elements in an increasing or decreasing order. Since this middle value is not affected by the precise numerical values of the outliers or fluctuations, it is insensitive to them. Hence, in cases where a data set may have outliers or the extreme values are not known, the median is a better measure of the central tendency...
17.3K
Wilcoxon Signed-Ranks Test for Median of Single Population
64
The Wilcoxon signed-rank test for the median of a single population is a nonparametric test used to evaluate whether the median of a population differs from a specified value. Unlike parametric tests, it does not require data to follow a normal distribution, making it suitable for non-normal or small samples. The test begins by calculating the difference (d) between each observation and the hypothesized median. The absolute values of these differences are ranked in ascending order, with ties...
64
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving
25
Mechanistic models play a crucial role in algorithms for numerical problem-solving, particularly in nonlinear mixed effects modeling (NMEM). These models aim to minimize specific objective functions by evaluating various parameter estimates, leading to the development of systematic algorithms. In some cases, linearization techniques approximate the model using linear equations.
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
25
Measures of Central Tendency
15.4K
The "center" of a data set is also a way of describing location. The two most widely used measures of the "center" of the data are the mean (average) and the median. The words "mean" and "average" are often used interchangeably. The substitution of one word for the other is common practice. The technical term is "arithmetic mean" and "average" is technically a center location. However, in practice among non-statisticians,...
15.4K
Sign Test for Median of Single Population
55
In general, the sign test serves as a nonparametric method to test hypotheses about the median of a single population when the data does not follow a known distribution. This simplicity makes it particularly useful for small sample sizes or when the assumptions of parametric tests cannot be met. The process begins with identifying a null hypothesis, typically stating that the population median equals a specific value. The alternative hypothesis could be that the median is either not equal to,...
55
McNemar's Test
83
McNemar's Test is a nonparametric statistical test used to determine if there is a significant difference in proportions between two related groups when the outcome is binary (e.g., yes/no, success/failure). It is beneficial when we have paired data, such as pre-test/post-test designs, where the same subjects are measured under two different conditions. The test is named after the statistician Quinn McNemar, who introduced it in 1947. It is commonly used in situations where subjects are...
83


