SeqRecord クラス (Bio.SeqRecord モジュール)
class SeqRecord(object)
シークエンス(Seqオブジェクト)とそれについての付加情報を保持するクラス
[toc]目次
属性
annotations
- シークエンス全体のアノテーション <dict>
description
- シークエンスの説明(オプション) <str>
dbxrefs
- データベースの相互参照(オプション) <list(str)>
features
- 特徴情報(オプション) <list(SeqFeature)>
id
- シークエンスの識別子 <str>
letter_annotations
- シークエンスの文字ごとのアノテーション <_RestrictedDict>
name
- シークエンスの名前(オプション) <str>
seq
- SeqRecordオブジェクトの保持する配列情報そのもの <Seq / MutableSeq>