Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
proteinortho
proteinortho
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 0
    • Merge Requests 0
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • PHD
  • proteinorthoproteinortho
  • Wiki
  • biological examples

Last edited by Paul Klemm Aug 12, 2020
Page history

biological examples

Compararison of a wildtype and lab strain

(Click to expand)

Problem: Given proteomes two strains of E. coli, e.g. in vivo versus in vitro. The proteins of the wildtype are mostly of unknown function but well documented for the in vitro strain.

Solution: proteinortho ecoli_lab_strain.faa ecoli_wildtype.faa In the output myproject.proteinortho.tsv can be used to further annotate the wildtype proteom.

Find a core set of proteins for a group of species

(Click to expand)

Problem: Given a family of bacteria (e.g. 10 species). We want to find a core set of proteins that is conserved among the group of bacteria.

Solution: proteinortho input/*faa

Next we extract all proteins of the myproject.proteinortho.tsv for each species (the "core set")

for f in *faa; do proteinortho_grab_proteins.pl myproject.proteinortho.tsv $f > $f.core; done

(You can filter the myproject.proteinortho.tsv first e.g. select only groups with X species.)

Find a mapping between genes and proteins of a species

(Click to expand)

Problem: Given the proteome and transcriptome of E. coli. Next we want to find the corresponding protein of each gene (or vice versa)

Solution: proteinortho -p=autoblast ecoli.proteins.faa ecoli.rna.fna

The output myproject.proteinortho.tsv contains all reciprocal best hits / groups between the proteome and the transcriptome. (autoblast automatically switches between tblastn and blastx)

Clone repository
  • Continuous Integration
  • Error Code
  • Error Codes
  • FAQ
  • Large compute jobs (the jobs option)
  • Tools and additional programs
  • biological examples
  • Home