Results for "Computational Biology"

Tags

  • Stacks

    Stacks is a software pipeline for building loci from short-read sequences, such as those generated on the Illumina platform. Stacks was developed to work with restriction enzyme-based data, such as RAD-seq, for the purpose of building genetic maps and conducting population genomics and phylogeogr...

    Tags: Bioinformatics, Computational Biology, Reads, RAD-Seq, NGS

    2983 days ago

  • svelter

    This software is designed to identify both simple and complex rearrangements from paired-end sequencing data. Users could ran it easily by just alling SVelter.py with proper parameters. It's also possible to ran it on multiple cores by calling different sub-functions separately. More a...

    Tags: Bioinformatics, Computational Biology, Svelter, Rearrangement

    2978 days ago

  • destruct

    Destruct is a tool for joint prediction of rearrangement breakpoints from single or multiple tumour samples. More at https://bitbucket.org/dranew/destruct

    Tags: Bioinformatics, Computational Biology, destruct, Rearrangement, Breakpoint

    2978 days ago

  • scikit-learn

    Machine Learning in Python Simple and efficient tools for data mining and data analysis Accessible to everybody, and reusable in various contexts Built on NumPy, SciPy, and matplotlib Open source, commercially usable - BSD license More at http://scikit-learn.org/stable/index.html  

    Tags: Bioinformatics, Computational Biology, Python, Machine Learning, Modules, Scikit, Learn

    2978 days ago

  • BreakSeq2

    Ultrafast and accurate nucleotide-resolution analysis of structural variants More at http://bioinform.github.io/breakseq2/ Download BreakSeq2 Latest version: https://github.com/bioinform/breakseq2/archive/2.2.tar.gzFor other versions, see "releases". https://github.com/bioinform/breakseq2/rele...

    Tags: Bioinformatics, Computational Biology, Variation, Structure, BreakSeq2

    2978 days ago

  • Awesome bioinformatics pipelines !

    A curated list of awesome pipeline toolkits ... https://github.com/pditommaso/awesome-pipeline

    Tags: Bioinformatics, Computational Biology, Toolkit, Pipelines, Tools

    2948 days ago

  • PhyloGrapher - Graph Visualization Tool

    PhyloGrapher is a program designed to visualize and study evolutionary relationships within families of homologous genes or proteins (elements).PhyloGrapher is a drawing tool that generates custom graphs for a given set of elements. In general, it is possible to use PhyloGrapher&nb...

    Tags: Bioinformatics, Computational Biology, Visualization, Ghraph, Comparison, Accuracy

    2941 days ago

  • QUAST: quality assessment tool for genome assemblies

    QUAST evaluates genome assemblies. For metagenomes, please see MetaQUAST project.It can works both with and without a given reference genome.The tool accepts multiple assemblies, thus is suitable for comparison. More at http://bioinf.spbau.ru/quast http://bioinformatics.oxfordjou...

    Tags: Bioinformatics, Computational Biology, Assembly, Comparison, Accuracy

    2941 days ago

  • REAPR: a universal tool for genome assembly evaluation

    REAPR is a tool that evaluates the accuracy of a genome assembly using mapped paired end reads, without the use of a reference genome for comparison. It can be used in any stage of an assembly pipeline to automatically break incorrect scaffolds and flag other errors in an assembly for manual insp...

    Tags: Bioinformatics, Computational Biology, Assembly, Comparison, Accuracy, Evaluation

    2941 days ago

  • Venn Diagrams on R Studio

    First step: Install & load “VennDiagram” package. # install.packages('VennDiagram') library(VennDiagram) Second step: Load data Add filepath if “catdoge.csv” is not in working-directory. d <- read.csv("catdoge.csv")

    Tags: Bioinformatics, Computational Biology, R, VennDiagram, Plot, R

    2922 days ago