Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.241.461 Times

Bio::Tools::Run::TribeMCL 1.4

  Date Added: March 27, 2010  |  Visits: 1.878

Bio::Tools::Run::TribeMCL

Report Broken Link
Printer Friendly Version


Product Homepage
Download (213 downloads)



Bio::Tools::Run::TribeMCL is a method for clustering proteins into related groups, which are termed protein families. SYNOPSIS use Bio::Tools::Run::TribeMCL; use Bio::SearchIO; # 3 methods to input the blast results # straight forward raw blast output (NCBI or WU-BLAST) my @params = (inputtype=>blastfile); # OR # markov program format # protein_id1 protein_id2 evalue_magnitude evalue_factor # for example: # proteins ENSP00000257547 and ENSP00000261659 # with a blast score evalue of 1e-50 # and proteins O42187 and ENSP00000257547 # with a blast score evalue of 1e-119 # entry would be my @array = [[qw(ENSP00000257547 ENSP00000261659 1 50)], [qw(O42187 ENSP00000257547 1 119)]]; my @params = (pairs=>@array,I=>2.0); # OR # pass in a searchio object # slowest of the 3 methods as it does more rigourous parsing # than required for us here my $sio = Bio::SearchIO->new(-format=>blast, -file=>blast.out); my @params=(inputtype=>searchio,I=>2.0); # you can specify the path to the executable manually in the following way my @params=(inputtype=>blastfile,I=>2.0, mcl=>/home/shawn/software/mcl-02-150/src/shmcl/mcl, matrix=>/home/shawn/software/mcl-02-150/src/contrib/tribe/tribe-matrix); my $fact = Bio::Tools::Run::TribeMCL->new(@params); # OR $fact->matrix_executable(/home/shawn/software/mcl-02-150/src/contrib/tribe/tribe-matrix); $fact->mcl_executable(/home/shawn/software/mcl-02-150/src/shmcl/mcl); # to run my $fact = Bio::Tools::Run::TribeMCL->new(@params); # Run the program # returns an array reference to clusters where members are the ids # for example :2 clusters with 3 members per cluster: # $fam = [ [mem1 mem2 mem3],[mem1 mem2 mem3]] # pass in either the blastfile path/searchio obj/the array ref to scores my $fam = $fact->run($sio); # print out your clusters for (my $i = 0; $i.

Requirements: No special requirements
Platforms: Linux
Keyword: Biotoolsruntribemcl Clustering Groups Libraries Params Programming Protein Proteins Related Tribemcl
Users rating: 0/10

License: Freeware Size: 829.44 KB
USER REVIEWS
More Reviews or Write Review


BIO::TOOLS::RUN::TRIBEMCL RELATED
Dial-up Networking Tools  -  Netwrix Change Reporter for SC VMM 2.036.66
The change auditing and reporting is a critical management process to prevent erroneous and unauthorized changes of the Microsoft System Center Virtual Machine Manager configuration. The virtual infrastructure is usually maintained by many...
2.32 MB  
Libraries  -  JsHttpRequest 5.0
JsHttpRequest project is an easy-to-use cross-browser AJAX library with AJAX file uploading support and many other features. JsHttpRequest first appeared as cross-browser analogue of XMLHttpRequest, and then became a very useful instrument to...
122.88 KB  
Libraries  -  Fry::Shell 0.15
Fry::Shell is a flexible shell framework which encourages using loadable libraries of functions. SYNOPSIS From the commandline: perl -MFry::Shell -eshell OR In a script: package MyShell; use Fry::Shell; #subs sub evalIt { my $cls =...
58.37 KB  
Internet Client Suites  -  NetWrix Change Reporting and Auditing for System Center Virtual Machine Manager 1.0.05
The change auditing and reporting is a critical management process to prevent erroneous and unauthorized changes of System Microsoft Center Virtual Machine Manager configuration. The virtual infrastructure is maintained by many administrators and...
3.23 KB  
Education  -  OMSSA Parser 2.1.9
The Open Mass Spectrometry Search Algorithm [OMSSA] is an efficient search engine for identifying MS/MS peptide spectra by searching libraries of known protein sequences. OMSSA scores significant hits with a probability score developed using...
22.1 MB  
Utilities  -  Elive E17 Compiz 1.9.29
Elive is a Live CD based on debian that works with Enlightenment (16.7 and 17 avaibles ) like only desktop containing all EFL libraries requiered to launch applications related to EFL and it possible to use it for programming anywhere and that...
685.99 MB  
Utilities  -  EeeMC 12.04.25 Beta
Elive is a LiveCD based on debian that works with enlightenment (16.7 and 17 avaibles ) like only desktop containing all EFL libraries requiered to launch applications related to EFL and it possible to use it for programming anywhere and that...
1024 MB  
Libraries  -  Params-Util 0.20
Params-Util is a simple, compact and correct param-checking functions. SYNOPSIS # Import some functions use Params::Util qw{_SCALAR _HASH _INSTANCE}; # If you are lazy, or need a lot of them... use Params::Util :ALL; sub foo { my...
33.79 KB  
Libraries  -  Params::Validate 0.88
Params::Validate is a Perl module to validate method/function parameters. SYNOPSIS use Params::Validate qw(:all); # takes named params (hash or hashref) sub foo { validate( @_, { foo => 1, # mandatory bar => 0, # optional } ); } #...
79.87 KB  
Libraries  -  Params::Profile 0.10
Params::Profile is a Perl module for registering Parameter profiles. SYNOPSIS package Foo::Bar; use Params::Profile; ### Single profile Params::Profile->register_profile( method => subroto, profile => { testkey1 => { required => 1 },...
6.14 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB