相关实验视频
Updated: Jun 9, 2025

09:40
Novel Sequence Discovery by Subtractive Genomics
Published on: January 25, 2019
8.6K
一个Python程序来合并桑格序列:一个更新
Shiming Lin1, Bifang Huang2, Li-Li Zhao3
1School of Computing and Information Science, Fuzhou Institute of Technology, Fuzhou, Fujian, China.
PeerJ
|October 28, 2024
概括
这项研究介绍了一种改进的Python程序,用于合并Sanger测序文件,提高基因克隆效率. 更新后的软件提供了一个用户友好的图形界面和更灵活的序列对齐用于基因分析.
科学领域:
- 分子生物学分子生物学
- 生物信息学是一种生物信息学.
背景情况:
- 基因克隆和测序对于理解基因结构和功能至关重要.
- 桑格序列生成重叠的文件,需要在对齐之前合并.
- 以前的工具是基于命令行,需要EMBOSS套件.
研究的目的:
- 开发一个更方便和用户友好的工具,用于合并桑格测序数据.
- 为了提高桑格序列合并软件的灵活性和稳定性.
- 通过简化数据处理,促进基因结构和功能研究.
主要方法:
- 使用Python的tkinter库开发一个图形用户界面 (GUI).
- 实现序列合并,而不需要用户重新命名输入文件.
- 使用Python的Align.PairwiseAligner实现灵活的相邻序列对齐,可调节的参数.
主要成果:
- 创建了一个稳定且方便的基于GUI的程序,用于合并Sanger序列.
- 更新后的程序消除了对序列文件的手动更名的需要.
- 增加序列对齐参数的灵活性可以提高合并的准确性和效率.
结论:
- 新版本的桑格序列合并程序大大简化了基因克隆工作流程.
- 易于使用的界面和改进的对齐功能促进了基因研究和分析.
- 该工具提高了研究人员处理桑格测序数据的可访问性和效率.
相关概念视频
Sanger Sequencing
753.1K
DNA sequencing is a fundamental technique that is routinely used in the biological sciences. This method can be applied to a range of questions at different scales - from the sequencing of a cloned DNA fragment or the study of a mutation in a gene up to whole-genome sequencing. However, despite the widespread use of sequencing today, it was not until 1977 that Fredrick Sanger and his collaborators developed the chain-termination method to decode DNA sequences. It relies on the separation of a...
753.1K
Maxam-Gilbert Sequencing
11.1K
In the same year as the discovery of the Sanger sequencing method, another group of scientists, Allan Maxam and Walter Gilbert, demonstrated their chemical-cleavage method for DNA sequencing. The Maxam-Gilbert method relies on using different chemicals that can cleave the DNA sequence at specific sites, the separation of resulting DNA fragments of variable size using electrophoresis, and deciphering the DNA sequence from the resulting gel bands.
Challenges of the Maxam-Gilbert Method
The...
Challenges of the Maxam-Gilbert Method
The...
11.1K
Next-generation Sequencing
87.7K
The first human genome sequencing project cost $2.7 billion and was declared complete in 2003, after 15 years of international cooperation and collaboration between several research teams and funding agencies. Today, with the advent of next-generation sequencing technologies, the cost and time of sequencing a human genome have dropped over 100 fold.
Next-Generation Sequencing Methods
Although all next-generation methods use different technologies, they all share a set of standard features....
Next-Generation Sequencing Methods
Although all next-generation methods use different technologies, they all share a set of standard features....
87.7K
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
RNA-seq
9.8K
RNA sequencing, or RNA-Seq, is a high-throughput sequencing technology used to study the transcriptome of a cell. Transcriptomics helps to interpret the functional elements of a genome and identify the molecular constituents of an organism. Additionally, it also helps in understanding the development of an organism and the occurrence of diseases.
Before the discovery of RNA-seq, microarray-based methods and Sanger sequencing were used for transcriptome analysis. However, while...
Before the discovery of RNA-seq, microarray-based methods and Sanger sequencing were used for transcriptome analysis. However, while...
9.8K

