Giter Site home page Giter Site logo

meb-team / accnetphyla Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 1.0 8 KB

This Perl script AccNetPhylA (Accessory Constellation Network with Phylogenetic Analysis) takes up most of the analysis of AccNET (Accessory Constellation Network) (Val F. Lanza et al., 2016) by replacing the clustering tool kClust (Hauser et al., 2013) with CD-HIT (Weizhong Li et al., 2001) for analysis with nucleotide and protein sequences. "AccNET is a comparative genomic tool for accessory genome analysis using bipartite networks. The software has been designed to be compatible with most of the Network Analysis software (i.e. Cytoscape, Gephi or R)."

Perl 100.00%

accnetphyla's Introduction

AccNetPhylA

[This project is in development. Documentation is fairly light. You are welcomed to use this software, but please expect it to change in non-trivial ways. Feel free to return your impressions.]

Contents

Introduction

This Perl script AccNetPhylA (Accessory Constellation Network with Phylogenetic Analysis) takes up most of the analysis of AccNET (Accessory Constellation Network) (Val F. Lanza et al., 2016) by replacing the clustering tool kClust (Hauser et al., 2013) with CD-HIT (Weizhong Li et al., 2001) for analysis with nucleotide and protein sequences.

"AccNET is a comparative genomic tool for accessory genome analysis using bipartite networks. The software has been designed to be compatible with most of the Network Analysis software (i.e. Cytoscape, Gephi or R)."

Installation

Prerequisites

  • Perl - scripting language
  • CD-HIT - Clustering program
  • MUSCLE - Tool for MUltiple Sequence Comparison by Log-Expectation
  • trimAl - Tool for removal of spurious sequences or poorly aligned regions
  • PHYLIP - PHYlogeny Inference Programs
  • PhyML - Phylogeny software

GitHub

Choose somewhere to put it, for example in your home directory (no root access required):

cd $HOME

Clone the latest version of the repository:

git clone https://github.com/meb-team/AccNetPhylA.git

How to use ?

    Usage : perl AccNetPhylA.pl -in *.fasta -seq aa
    
            perl AccNetPhylA.pl [-in file.fasta] [-seq aa] [-cp '-c 0.9 -n 5 -g 1 -aS 0.9 -T 6 -M 5000'] 
	    [-out file1csv] [-tblout file2.csv] [-threshold 1] [-fast no] [-clean yes]


    Global options:

    -Help|help|h, produces this help file. 
	
    -in, Files to analyze as input.	
	
    -seq, Proteic or nucleic sequence (nt|aa).

    -cp, CD-HIT parameters. /!\ Output filename no required. Default('-c 0.9 -n 5 -g 1 -aS 0.9 -T 6 -M 5000')
	
    -out, Network filename. Default(Network.csv)
	
    -tblout, Table filename. Default(Table.csv)
	
    -threshold,	Percent of genomes to consider coregenome (values > 1 includes coregenome). Default(1)
	
    -fast, Skip the phylogenetic distance determination. Default(no)
	
    -clean, Remove and class files. Default(yes)
	
    -dir, Directory's name. Default(Analyse)
  

Bugs

Citation

Authors

accnetphyla's People

Contributors

clsiguret avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

pythseq

accnetphyla's Issues

problem running AccNetPhylA.pl

Hello,
I met a problem running the perl script AccNetPhylA.pl . Could you please help me with it?
My code is as follows:
perl AccNetPhylA.pl -in ${rt}/nucl_arg.fasta -seq nt -cp '-c 0.9 -n 5 -g 1 -aS 0.9' -out ${rt}/accnetphyla/test2.csv
The error happened after distances calculation process. It reported as follows:

Output Annotation Table : done
Use of uninitialized value $verif in numeric eq (==) at AccNetPhylA.pl line 481

I appreciate any help.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.