Giter VIP home page Giter VIP logo

wpsboot's Introduction

wpSBOOT

weighted partial super bootstrap

src/concatenate.pl

Union concatenate alignments according to inputting order into a Super-MSA with PHYLIP format.

requirement

Please install the following modules from BioPerl. Detailed information in BioPerl.

  • Bio::AlignIO
  • Bio::Align::Utilities
  • Bio::LocatableSeq
>perl -MCPAN -e shell
cpan> install Bio::AlignIO

usage

concatenate.pl [options] --aln alignment1 alignment2 ... (at least two alignments) --out result
	--intersect: only concatenate sequences appearing in all alignments, otherwise missing sequence is replaced with gap (default)
	--random: concatenate order is random
	--size N: only concatenate first N alignments from inputting, exclusive with replicate mode
	--replicate NUM: replicate one alignment in NUM times, exclusive with size mode

an example commend

perl concatenate.pl --aln MAFFT.fasta Muscle.fasta ClustalW.fasta T-Coffee.fasta --out superMSA.phylip

corresponding running log

How to concatenate:
	size: 4 alignments
	alignments:
		MAFFT.fasta
		Muscle.fasta
		ClustalW.fasta
		T-Coffee.fasta
	output: superMSA.phylip

web server

https://wpsboot.page.link/main

reference

wpsboot's People

Contributors

jmchangtw avatar randyxu0711 avatar

Watchers

 avatar

Forkers

randyxu0711

wpsboot's Issues

uncleat functionality

My idea was to use this script to make a concatenated MSA and bootstrap it with the subsamples lengths equal to the mean length of individual MSAs used (as it is actually written in Chang 2021 paper), however, it seems that the present script make a concatenated MSA only. Am I correct or I did not get how to bootstrap/subsample this concatenated MSA using the script?

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.