Repository revision
repository tip
Select a revision to inspect and download versions of Galaxy utilities from this repository.

Repository phagepromoter
Owner: martasampaio
Synopsis: Get promoters of phage genomes
Get promoters of phage genomes
Type: unrestricted
Revision: 37:ff92440d89c4
This revision can be installed: True
Times cloned / installed: 146

Repository README files - may contain important installation or license information

PhagePromoter

Get promoter of phage genomes

PhagePromoter is a python script that predicts promoter sequences in phage genomes, using a machine learning SVM model. This model was built from a train dataset with 19 features and 3200 examples (800 positives and 2400 negatives), each representing a 65 bp sequence of a phage genome. The positive cases represent the phage sequences that are already identified as promoters.

Inputs:

  • genome format: fasta vs genbank;
  • genome file: acepts both genbank and fasta formats;
  • both strands (yes or no): allows the search in both DNA strands;
  • threshold: represents the probability of the test sequence be a promoter (float between 0 and 1)"
  • family: The family of the testing phage - Podoviridae, Siphoviridae or Myoviridae;
  • Bacteria: The host of the phage. The train dataset include the following hosts: Bacillus, EColi, Salmonella, Pseudomonas, Yersinia, Klebsiella, Pectobacterium, Morganella, Cronobacter, Staphylococcus, Streptococcus, Streptomyces, Lactococcus. If the testing phage has a different host, select the option 'other', and it is recommended the use of a higher threshold value for more accurate results.
  • phage type: The type of the phage, according to its lifecycle: virulent or temperate;

Outputs: This tool outputs two files: a FASTA file and a table in HTML, with the locations, sequence, score and type (recognized by host or phage RNAP) of the predicted promoters.

Requirements:

  • Biopython
  • Sklearn
  • Numpy
  • Pandas

Contents of this repository

Name Description Version Minimum Galaxy Version
Get promoters of phage genomes 0.1.0 16.01

Categories
Genome annotation - Tools for annotating genomic information