Giter VIP home page Giter VIP logo

proteomic_analysis's Introduction

Proteomics Analysis Tool

What is it?

This tool was created for use by Deepika Awasthi's team at JBEI laboratories to automate proteomic analysis. It is a simple script that provides fold change values and p-values in an Excel sheet, and volcano plot figures.

How to use

  1. Clone this repo

    • If you have git installed, run git clone [email protected]:adkala/portfolio.git
    • Else, click the green 'Code' button on this page and click 'Download ZIP'
      • Unzip file before continuing
  2. Install python3 if you don't have it

  3. Install necessary packages

    • From terminal, navigate to this directory (use cd ~/Downloads/proteomics_analysis if in downloads)
    • Run pip install -r requirements.txt
      • if pip doesnt work, try pip3
  4. Create 'edited' tab on Excel file according to these specifications:

    • 'Identified Proteins' column at column 1
    • 'Alternate ID' column at column 2
    • Protein values in columns 3 and beyond
    • Example Photo: alt text
  5. Place Excel files in proteomics_analysis folder

    • This can be changed in the .env file with the START_PATH variable
  6. Use Python notebook prot.ipynb to run blocks and create figures and Excel files with analyzed data

    • Legacy option is using the prot.py script
      • To use:
        • From terminal, in proteomics_analysis folder, run python3 prot.py *excel files* *denominator* *numerators*
          • For example, to compare 'GLU' and 'HBA' against 'PCA' in KT2440_A.xlsx and KT2440_B.xlsx, run python3 prot.py KT2440_A.xlsx,KT2440_B.xlsx PCA GLU,HBA
        • To edit variables such as start path, end path, and quantitative threshold, edit the .env file.
          • If you can't see the .env file, enable hidden files in your file explorer.

Have questions, feedback, or concerns?

Feel free to contact me at [email protected]. Would be happy to discuss!

proteomic_analysis's People

Contributors

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