英文: Errors in removing duplicate sequences fasta file - problem in the header 问题 我正在尝试将一些fasta格式的蛋白质...
如何使用Python 3从UniProt下载一个fasta文件中的多个序列
英文: How to download multiple sequences in one fasta file from UniProt using Python 3 问题 我创建了一个用于从Uni...
有一种方法可以生成组合并增加数值吗?
英文: Is there a way of generating combinations while increasing the values? 问题 以下是您提供的代码部分的中文翻译: 我正在尝...
将多个 .faa 文件中以“>”开头的字符行添加文件名的 PowerShell 代码部分。
英文: Adding file name to lines of characters starting with ">" for multiple .faa files w...
如何将fsa_nt文件转换为FASTA格式?
英文: How can I convert a fsa_nt file to FASTA? 问题 我尝试将从NCBI下载的包含细菌基因组contigs的文件转换为FASta格式,以便进行进一步分析。我...
在另一个文件中匹配特定字符串的序列,过滤Fasta文件。
英文: Filtering a fasta file with sequences that match a certain string in another file 问题 使用 BLAST,我得...
读取基因对列表并为每一行写入一个fasta文件。
英文: How to read a list of gene pairs and write a fasta file for each line 问题 I'm new to bioinformati...
使用Bash脚本如何找到FASTA文件的GC含量?
英文: How can I find the GC-content of a FASTA file using a Bash script? 问题 以下是翻译好的部分: "I want to...