py_ped_sim - 一个灵活的前进遗传模拟器,用于复杂的家族谱系分析
Miguel Guardado1,2,3,4, Cynthia Perez5, Shalom Jackson5
1San Francisco State University, Department of Mathematics, San Francisco CA, 94132, USA.
bioRxiv : the preprint server for biology
|April 8, 2024
概括
一个新的Python工具py_ped_sim模拟了家族血统和个体基因组,用于遗传研究. 该软件通过准确模拟家庭结构和遗传遗传来帮助评估遗传分析方法.
科学领域:
- 遗传学 遗传学 是一个
- 计算生物学 计算生物学
- 生物信息学是一种生物信息学.
背景情况:
- 家庭谱系在医学,进化和法医遗传学中至关重要,用于识别遗传疾病,跟踪进化模式和建立家族关系.
- 现有的工具缺乏准确模拟与相应的基因组一起不同的血统结构的能力.
- 这种局限性阻碍了基于模拟的血统分析方法的评估.
研究的目的:
- 开发一个软件工具来模拟复杂的血统结构和这些血统中的个体的基因组.
- 为遗传研究应用提供灵活而准确的模拟环境.
- 解决在遗传学研究中对强大的模拟工具的需求.
主要方法:
- 开发了py_ped_sim,这是一个Python命令行工具,使用定向非循环图来表示血统.
- 启用了标准血统格式之间的转换,并与SLiM人口遗传模拟器集成.
- 嵌入模拟可变的后代数量,转移的兄弟姐妹大小分布,和错误归因的父权事件.
主要成果:
- py_ped_sim准确地模拟了血统结构和相关基因组.
- 通过将模拟的亲属系数与不同血统的预期值进行比较来验证软件.
- 演示了模拟复杂场景的能力,例如由于错误的父权归因而导致的半兄弟关系.
结论:
- py_ped_sim是一个用户友好的开源解决方案,用于血统和基因组模拟.
- 授权医学,法医和进化遗传学的研究人员研究遗传遗传和相关性.
- 通过先进的模拟功能,可以更深入地了解家庭遗传动态.
相关概念视频
Pedigree Analysis
84.2K
Overview
84.2K
Incomplete Dominance
22.5K
Gregor Mendel's work (1822 - 1884) was primarily focused on pea plants. Through his initial experiments, he determined that every gene in a diploid cell has two variants called alleles inherited from each parent. He suggested that amongst these two alleles, one allele is dominant in character and the other recessive. The combination of alleles determines the phenotype of a gene in an organism.
22.5K
Punnett Squares
114.4K
Overview
114.4K
Trihybrid Crosses
23.3K
Trihybrid Crosses
Some of Mendel’s crosses examined three pairs of contrasting characteristics. Such a cross is called a trihybrid cross. A trihybrid cross is a combination of three individual monohybrid crosses. For example, plant height (tall vs. short), seed shape (round vs. wrinkled), and seed color (yellow vs. green).
The F1 generation plants of a trihybrid cross are heterozygous for all three traits and produce eight gametes. Upon self-fertilization, these gametes have an equal...
Some of Mendel’s crosses examined three pairs of contrasting characteristics. Such a cross is called a trihybrid cross. A trihybrid cross is a combination of three individual monohybrid crosses. For example, plant height (tall vs. short), seed shape (round vs. wrinkled), and seed color (yellow vs. green).
The F1 generation plants of a trihybrid cross are heterozygous for all three traits and produce eight gametes. Upon self-fertilization, these gametes have an equal...
23.3K
Epistasis Analysis
5.0K
Although Mendel chose seven unrelated traits in peas to study gene segregation, most traits involve multiple gene interactions that create a spectrum of phenotypes. When the interaction of various genes or alleles at different locations influences a phenotype, this is called epistasis. Epistasis often involves one gene masking or interfering with the expression of another (antagonistic epistasis). Epistasis often occurs when different genes are part of the same biochemical pathway. The...
5.0K
Evolutionary Relationships through Genome Comparisons
5.7K
Genome comparison is one of the excellent ways to interpret the evolutionary relationships between organisms. The basic principle of genome comparison is that if two species share a common feature, it is likely encoded by the DNA sequence conserved between both species. The advent of genome sequencing technologies in the late 20th century enabled scientists to understand the concept of conservation of domains between species and helped them to deduce evolutionary relationships across diverse...
5.7K


