首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 一个MLST库模块

一个MLST库模块

  • 资源大小:62.09 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: MLST 一个 模块

资 源 简 介

This is a module for interacting with multilocus sequence typing websites. As of now, it works only with pubmlst.org. For now I am just bringing in the examples one by one from the table shown at http://pubmlst.org/api/. Those examples are written by Keith Jolley. Some Examples All Examples ``` use Bio::Perl; use Bio::Tools::Mlst; my $seqout=Bio::SeqIO->new(-format=>"fasta"); my $database="neisseria"; my $locus="abcZ"; my $repository="pubmlst"; the only required parameter is "repository," but "database" can be used instead to determine the repository. $pubmlst=Bio::Tools::Mlst->new({database=>$database,locus=>$locus}); look at the database list @db=$pubmlst->getDatabaseList(); print join(" ",values(%{$db[-1]}))." "; blast against the database @blastHit=$pubmlst->blast({sequence=>$sequence,numresults=>3})

文 件 列 表

README
.svn
all-wcprops
entries
format
prop-base
props
text-base
tmp
all-wcprops
entries
format
all-wcprops
entries
format
all-wcprops
entries
format
all-wcprops
entries
format
all-wcprops
entries
format
lib
.svn
Bio
t
.svn
MLST.t
.project
Changes
Makefile.PL
MANIFEST

相 关 资 源

VIP VIP
0.243101s