Coder Social home page Coder Social logo

go_kegg_annotation's Introduction

GO_KEGG_annotation

01. kaas_kofam2pathwayAnalysis.py

This script is designed to perform kaas or KofamKOALA result. These files will be produced: *.kegg_anno.xls, *.kegg_pathway_stata.xls, *.K_codes_not_in_pathway_map.list.

Requirments:

Usage:

python kaas_kofam2pathwayAnalysis.py  annot_kegg.txt [org]
    annot_kegg.txt      the first column should be the gene ID; Kd+ can be one or more in one row; the same geneID can be in one or more row.
                        Get from kaas or KofamKOALA result
    org      Organisms code of KEGG. eg. eco (Escherichia coli K-12 MG1655), The default value is "ko", Use "ko00001.keg" annotations not species-specific
             See: https://www.genome.jp/kegg/catalog/org_list.html

1. Use "ko00001.keg" annotations:
   python kaas_kofam2pathwayAnalysis.py  annot_kegg.txt 

2. Use species-specific annotations:
   python kaas_kofam2pathwayAnalysis.py  annot_kegg.txt eco

Detail Information:

https://zhuanlan.zhihu.com/p/375740435?

Cite:

02. GO_anno_from_tab.py

This script is convert the GO annotation with GO annotation with wego format, TSV format (interproscan.sh and eggnog-mapper) to GENE2TERM format. (Recommended interpro results)

eggNOG: http://eggnog5.embl.de/

interpro: https://www.ebi.ac.uk/interpro/search/sequence/

Requirments:

python3 (>=3.8.1)
    goatools (pip install goatools, Tested: goatools v1.1.6)
    pandas(pip install pandas, Tested: pandas v1.0.1  )
R (>=3.6.2 )
    ggplot2 (>=3.3.5)
    dplyr (>=1.0.7)

Usage:

python GO_anno_from_tab.py -i eggnog_result.emapper.annotations 
python GO_anno_from_tab.py -i go.wego
python GO_anno_from_tab.py -i interpro.out.txt

Detail Information:

https://zhuanlan.zhihu.com/p/426424799?

Cite:

goatools: Klopfenstein D V, Zhang L, Pedersen B S, et al. GOATOOLS: A Python library for Gene Ontology analyses[J]. Scientific reports, 2018, 8(1): 1-17.

ggplot2: Valero-Mora P M. ggplot2: elegant graphics for data analysis[J]. Journal of Statistical Software, 2010, 35: 1-3.

go_kegg_annotation's People

Contributors

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