Code Monkey home page Code Monkey logo

markerfinder-euk's Introduction

markerfinder-euk

This is a variation on the regular markerfinder script that can recover the three different eukaryotic RNAP variants

The original markerfinder script was written to provide a simple automated tool for recovering highly-conserved bacterial and archaeal marker genes and generating concatenated alignments that could then be used in phylogenetic inference (see https://github.com/faylward/markerfinder).

Eukaryotes have multiple versions of RNAP, and so the initial version of markerfinder could not predict them and put them in a concatenated alignment. This tool what therefore modified to provide this workflow.

Tool usage is the same as with markerfinder. The following example workflow will generate concatenated RNAP alignments for analyis of bacteria, archaea, viruses, and eukaryotes.

First, predict RNAP subunits in the set of eukaryotic genomes (protein files) in eukprot_test. This uses hmmsearch to compare the proteins in these files to the allRNAP.hmm HMMs.

python markerfinder_v2.py -i eukprot_test -n eukprot_test_out -c -m euk-rnap

Then do the same thing with the bacterial, archaeal, or viral proteins, using the regular RNAP HMMs.

python markerfinder_v2.py -i prokprot_test -n prokprot_test_out -c

Then, the outputs of both searches can be combined and aligned to get the final alignments. Note that the "merge_and_align.py" script requires muscle5 in your PATH, and it is called with the muscle5.1.linux_intel64 binary that can be found here: https://www.drive5.com/muscle/

python merge_and_align.py prokprot_test_out_alignments/ eukprot_test_out_alignments/ merged_alignments

You should have two alignments in the merged_alignments folder, called COG0085 (beta subunit) and COG0086 (beta prime subunit). The individual eukaryotic versions will have the RNAP version in their name in the FASTA definition lines (i.e. >3075.RNAPII_COG0086 3075.RNAPII_RNAPIIbprime.copy1)

markerfinder-euk's People

Contributors

faylward avatar

Watchers

 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.