Git Product home page Git Product logo

maxquantanalysis's Introduction

MaxQuantAnalysis

MaxQuantAnalysis is a tool that provides a platform for downstream analysis after execution of the MaxQuant program.

Installation and Setup

First, download MaxQuantAnalysis and ensure you have Python 3.3 or higher installed.

After that, create a new Python virtual environment using the venv module. The 'env' argument is the location where the virtual environment will be installed; you can place this in the same folder as MaxQuantAnalysis.

For Unix/Mac systems:
python3 -m venv env

For Windows:
py -m venv env

Next, you will need to activate the virtual environment by running the 'activate' file in the virtual environment folder you created in the last step.

For Unix/Mac systems:
source env/bin/activate

For Windows:
.\env\Scripts\activate

Then, install the requirements for this project using pip.

For Unix/Mac systems:
pip install -r requirements.txt

For Windows:
py -m pip install -r requirements.txt

Running the Program

This program uses command line arguments to determine what kind of input is being used and where the excel file to print to is saved. Available arguments include:

--direct, -d
--c18, -c
--sdc, -s
--urea, -u
--input, -i
--excel, -x

The -c/--c18 flag is not valid with the -d/--direct flag, as these are two methods of Mass Spectrometry analysis and it is not reasonable for them to be used together.

The -s/--sdc flag is not valid with the -u/--urea flag, as these are two types of experiments that should not be used together.

You should not have to worry about errors with invalid pairing of flags. If invalid flags are seen, the program will safely exit.

After the input flag, enter the location of a file named "proteinGroups.txt".

After the excel flag, enter the location of the excel file (if it does not yet exist, it will be created).

Examples:

python3 main.py --direct --urea --input ./data/direct/urea/proteinGroups.txt --excel ./data/experiment_results.xlsx
python3 main.py --c18 --sdc --input ./data/c18/sdc/proteinGroups.txt --excel ./data/experiment_results.xlsx

maxquantanalysis's People

Contributors

joshloecker avatar bfeagan 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.