Code Monkey home page Code Monkey logo

comp483_miniproject's Introduction

Mini-Project (COMP 483) v1.0

The script miniproject.py is a Python wrapper for examining and comparing the uropathogenic E. coli strains HM27, HM46, HM65, and HM69 to find if differential gene expression drives uropathogenicity. Genotypes and gene expression are retrieved from NCBI databases within the script, so there is no user-defined input or sample data. Output includes annotations of genomes (Angela_Andaleon/UPEC.log) and gene expression of each strain sorted from highest to lowest (Angela_Andaleon/STRAIN NAME_normalized_sorted.tsv).

This repository can be used with the commands git clone https://github.com/aandaleon/COMP483_miniproject.git; cd COMP483_miniproject/; python3 miniproject.py.

In detail, the script is a wrapper around various genome assembly, annotation, and read mapping and quantification tools for the aforementioned strains. It begins by retrieving assemblies from NCBI and reporting contigs and total read lengths, and annotates them with Prokka. It also writes discrepancies of CDS and tRNA in comparison to the E. coli K-12 genome. It then retrieves transcriptomes from NCBI with the SRA Toolkit and builds the index, maps reads, and quantifies expression with Bowtie2, Tophat2, SAMtools, and Cufflinks, and sorts the gene expression output from highest to lowest gene expression.

Requirements

comp483_miniproject's People

Contributors

aandaleon avatar

Watchers

James Cloos avatar  avatar  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.