Giter VIP home page Giter VIP logo

mmetsp_ccms's Introduction

MMETSP_CCMs

CO2: Format: CSV CAMPEP,LogFC,logCPM Keep a header, the script will ignore the first line and assign new headers

BLAST Query- the last part of the identifier must be “|unique_name” blastp -db _.pep.fa -query _genesofinterest.txt -out {species_name}_genetype_blast.csv -outfmt “6 evalue qseqid ppos sseqid” Columns will not have name but they are: Evalue,query sequence ID, percent match, sequence id The script will give the file column names HMM Create seed files

MAFFT Version 7 takes in seed file and gives alignment file navigate to where you want the aligned file to rest mafft gene_seed.txt>gene_seed_aln.txt

HMM build from MAFFT takes in aligned file from above and makes hmm file navigate to gene_type folder @CF goes to .exe file output input ../hmmbuild OMT.hmm gene_seed_aln.txt

HMM Search takes hmm file from above navigate to gene_type folder @CF for GOC goes to .exe file out 1 file out 2 input hmm input pep.fa ../hmmsearch -o OMT_hmmout.csv --tblout test.csv OMT.hmm ../PEPfa/Goc.pep.fa

#####without CO2 from MMETSP website

Part I: PEP_HMM1.py This is a bash file. Input: the name of species (group of organisms) from MMETSP Output: HMM profiles for CCM and Photorespiration genes, counts from MMETSP

Part II: PEP_HMM2.ipynb This script must be run on some python interface. Cannot run on shell because a function from pandas is not compatible with bash.

Make sure this script is in the same folder as the output from part I.

Input: the name of species (group of organisms) from MMETSP (same as in part I) Output: Table with genes that map to CCMs and photorespiration for all the species in the group you selected.

mmetsp_ccms's People

Contributors

mdhdz91 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.