BioPython 字母汤

发布于 2024-11-07 16:21:18 字数 456 浏览 0 评论 0原文

Biopython noob 这里,我正在尝试创建一个程序,该程序使用 Biopython 包 Alphabet 和字母表模块 IUPAC 将列出的类的字母写出到名为 AlphabetSoupOuput.txt 的文件中。

  1. ThreeLetterProtein
  2. IUPACProtein
  3. unambiguously_dna
  4. ambigously_dna
  5. Extended IUPACProtein
  6. Extended IUPACDNA

每组字母应写入输出文件中的单行,并且字母应以逗号分隔。每组字母之前的行应包含一个描述字母的标签,并在该行的第一个位置有一个 #,例如

三字母蛋白质

Ala、Asx、Cys、...、Glx

蛋白质字母 A、C、D、E、...、Y

我该怎么做?

Biopython noob here, I'm trying to create a program that uses the Biopython package Alphabet and alphabet module IUPAC to write out the letters of the classes listed to a file called alphabetSoupOuput.txt.

  1. ThreeLetterProtein
  2. IUPACProtein
  3. unambiguous_dna
  4. ambiguous_dna
  5. ExtendedIUPACProtein
  6. ExtendedIUPACDNA

Each group of letters should be written to its single line in the output file and the letters should be separated by commas. The line before each group of letters should contain a label that describes the letters and has a # in the first position of that line, e.g.

Three Letter Protein

Ala, Asx, Cys, ..., Glx

Protein Letters
A, C, D, E, ..., Y

How can I do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文