Giter Club home page Giter Club logo

alignment's Introduction

NOTICE: Said project was a collaboration. Please refer to Commits · cs128-2021c_final-project-rileydavidkevin.pdf for full list of commits in original repo.

final-project-rileydavidkevin

final-project-rileydavidkevin created by GitHub Classroom

Use git clone to download the project to your machine.

To use the table implementation, construct an Alignment object with Alignment(string, string), where the strings are the two strands of DNA you wish to compare. Then, use getGenome() to return the resutling string from the alignment, getScore() to return that string's minimization score, and getTable() to return the constructed alignment table.

To use the tree implementation, construct a GenomeTree object with GenomeTree(string, std), where the strings are the two strands of DNA you wish to compare. Then, use GenomeStrings() to return a vector of equivelently minimized strings. After, use GetGenomes() to return the vector again. Finally, GetMinimum() returns the lowest minimization score.

Use the following compiler commands to run the test suite (modify for filepaths if necessary): Test.cc: "clang++-10 -std=c++20 -Wall -Wextra -Werror -pedantic Alignment_Node.cc Alignment.cc Tree_Node.cc Genome_Tree.cc test.cc -o align" "./align"

Tree_Test.cc: "clang++-10 -std=c++20 -Wall -Wextra -Werror -pedantic Alignment_Node.cc Alignment.cc Tree_Node.cc Genome_Tree.cc tree_test.cc -o tree" "./tree"

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.