Coder Social home page Coder Social logo

zequanhan / seqsearch Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jthomp28/seqsearch

0.0 0.0 0.0 48 KB

seqSearch is a novel Python script that searches input sequences in multi-FASTA format for motifs that are found in more than one sequence. . Motifs found in each sequence are recorded and used to excerpt the gene each motif is found in when mapped to its associated GenBank file

Python 100.00%

seqsearch's Introduction

seqSearch

seqSearch is a novel Python script that searches input sequences in multi-FASTA format for motifs that are found in more than one sequence. Motifs found in each sequence are recorded and used to excerpt the gene each motif is found in when mapped to its associated GenBank file

To perform analysis, seqSearch requires sequences in FASTA format as well as the GenBank file of each respective sequence. Following this, the entirety of each sequence is surveyed using two potential methods, motifSurvey and motifCheck. motifSurvey uses the sliding window approach in which users provide a window size and all potential motifs matching that window size are discovered. motifCheck allows users to provide motif input(s), recording positions that match the specific motif input(s). seqSearch uses a dictionary framework, whereby all unique sequences of a given length are identified and stored in a dictionary. From this initial dictionary motifs are identified based on user defined criteria and using regular expression (regex) notation to allow for variation within a motif.

seqsearch's People

Contributors

jthomp28 avatar

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.