Git Product home page Git Product logo

pal00's Introduction

PA L00

Pseudomonas aeruginosa L00 phage mining

  • Find phage using Vibrant
  • Search for resistance genes in vibrant outputs using RGI CARD
  • Search for virulence factors in vibrant outputs using VFDB
  • Blast prophage against eachother
  1. Download files from Sharepoint and transfer to Quest via WinSCP

  2. Create unique file name removing everything after the first period - execute command in file containing all samples

ls | cut -f1 -d. | uniq -c > samples_list.txt

See sample_list.txt

  1. Use Vibrant version 1.2.0 to identify prophage and viral sequences in PA fasta files
    Bash script: vibrant_array.sh
    Output file: combined_phage.fna which contains phage identified as prophage and lytic used for downstream analysis

  2. Use RGI CARD with CARD database v2.1.4 to identify Resistance Genes in phage sequences

Strict parameter produced no outputs, so parameters were loosened to retrieve all potential matches
Bash script: rgi_array.sh and rgi_loose_array.sh
Output file: rgi.txt and rgi_loose.txt

  1. Use VFDB to identify virulence factors

Make a blast database using the VFDB (downloaded 8/17/2022)

module load blast/2.12.0
gunzip VFDB_setB_nt.fas.gz
makeblastdb -in VFDB_setB_nt.fasta -dbtype nucl -out VFDB_blastdb

Create bash script using awk
awk file: VFblast.awk

After creating awk file - execute the following command in the command line to create bash script for running blast

awk -f VFblast.awk sample_list.txt > VFblast_out.sh

Blast all vibrant outputs against custom database - creating pairwise and tabular outputs Bash script: VFblast.sh and VFblast_2.sh
Output file: table of query matches to virulence factor database and pairwise alignments .txt

  1. Blast prophage against eachother

...

pal00's People

Contributors

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