Bio :: DB :: SeqFeature :: Store :: DBI :: MySQL

Bio :: DB :: SeqFeature :: Store :: DBI :: MySQLは、Bio :: DB :: SeqFeature :: StoreのMySQL実装です。
今すぐダウンロード

Bio :: DB :: SeqFeature :: Store :: DBI :: MySQL ランキングとまとめ

広告

  • Rating:
  • ライセンス:
  • Perl Artistic License
  • 価格:
  • FREE
  • 出版社名:
  • bioperl team
  • 出版社のWebサイト:
  • http://search.cpan.org/sendu/bioperl-1.5.2_102/Bio/DB/SeqFeature/Store/DBI/mysql.pm

Bio :: DB :: SeqFeature :: Store :: DBI :: MySQL タグ


Bio :: DB :: SeqFeature :: Store :: DBI :: MySQL 説明

Bio :: DB :: SeqFeature :: Store :: DBI :: MySQLは、Bio :: DB :: SeqFeature :: StoreのMySQL実装です。 Bio :: DB :: SeqFeature :: Store :: DBI :: MySQLは、Bio :: DB :: SeqFeature :: Store.SynopsisのMySQL実装です。 #シーケンスデータベースを開くMy $ DB = BIO :: DB :: SeqFeature :: Steque-> New(-adaptor => 'dbi :: mysql'、-dsn => 'dbi:mysql:test'); #あるいはどこかのMy $ feature = bio :: seqfeature :: generic-> new(...); #保管$ DB-> Store($機能)または「保存できませんでした」; #この機能の主なIDは、データベース内のプライマリID#を示すために変更されました... My $ ID = $ feature-> primary_id; #この機能を取得するMy $ F = $ db-> fetch($ ID)を返します。 #機能を変更してそれを更新する$ f-> start(100); $ DB->アップデート($ F)または「アップデートできませんでした」; #検索...#... id by id my @features = $ db-> fetch_many(@list_of_ids); #... name @features = $ db-> get_features_by_name( 'zk909'); #... Alias @Features = $ db-> get_features_by_alias( 'sma-3'); #... type @features = $ db-> get_features_by_name( '遺伝子'); #... location @features = $ db-> get_features_by_location(-seq_id => 'chr1'、 - start => 4000、-end => 600000); #... attribute @features = $ db-> get_features_by_attribute({説明=> 'プロテインキナーゼ'})#... GFF "Note"フィールド@Result_List = $ DB-> search_notes( 'kinase')。 #...セレクタの任意の組み合わせ@Features = $ DB->機能(-name => $ name、-type => $ types、-seq_id => $ seqid、-start => $ start、-end => $ END、-ATTRIBUTES => $属性); #... Iterator My $ ITERATOR = $ db-> get_seq_stream(-name => $ name、-type => $ types、-seq_id => $ seqid、-start => $ start、-end => $終了、 - attributes => $属性); (My $ Feature = $ ITERATOR-> NEXT_SEQ){#...特定の地域への検索を制限するMy $ Segment = $ DB->セグメント( 'chr1'、5000 => 6000) ; My @Features = $ Segment->機能(-type => ); #順序情報を取得して保存する#警告:これは文字列を返します。 My $ sequence = $ db-> fetch_sequence( 'chr1'、5000 => 6000)。 #データベースに新しい機能を作成するMy $ Feature = $ db-> new_feature(-primary_tag => 'mrna'、-seq_id => 'chr3'、-start => 10000、-end => 11000)。要件: ・Perl


Bio :: DB :: SeqFeature :: Store :: DBI :: MySQL 関連ソフトウェア