Skip to content

trishorts/FlashLFQ

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Current Version

Download from GitHub:

Install with bioconda

install with bioconda

Docker Image

About

FlashLFQ is an ultrafast label-free quantification algorithm for mass-spectrometry proteomics.

This repository is for the stand-alone application of FlashLFQ. FlashLFQ is also bundled into MetaMorpheus.

Requirements

The command-line version of FlashLFQ is cross-platform (Windows, macOS, or Linux). The GUI is Windows-only.

.NET 6 is required for both the command-line and GUI version:

Windows: https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.4-windows-x64-installer

Mac: https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-6.0.4-macos-x64-installer

Linux: https://docs.microsoft.com/dotnet/core/install/linux?WT.mc_id=dotnet-35129-website

Download

To download FlashLFQ, go here. Click the FlashLFQ.zip file and extract the contents to a desired location on your computer.

FlashLFQ is also available as a Docker container.

Alternatively, FlashLFQ is bundled into MetaMorpheus, which can be downloaded here. MetaMorpheus is a full-featured GUI proteomics software suite that includes mass calibration, PTM discovery, search algorithms, and FlashLFQ.

Input

  • Tab-separated text file of MS/MS identifications (.tsv, .psmtsv., .txt)
  • One or more bottom-up mass spectra files. Supported formats are .raw (Windows/Linux) or .mzML (Windows/Linux/macOS) file formats. You can convert other formats to .mzML using MSConvert.
  • Direct use of Thermo raw files requires acceptance of a Thermo License. If you would like to process Thermo .raw data files directly, you must agree to the Thermo license. This is accomplished by creating a text file with the name "LicenseAgreements.toml" with the text below. This file should be placed in the same directory as the executable program.

HasAcceptedThermoLicence = true

Usage

FlashLFQ can be used as a command-line program or in a graphical user interface (GUI). It is also built into the MetaMorpheus GUI (see MetaMorpheus).

Tutorial

To get started using FlashLFQ, please try the vignette. This is a helpful tutorial that provides the necessary input (spectra files, etc.) for you to try FlashLFQ. If you want to learn more about how FlashLFQ works, please check out the Wiki.

Help

The Wiki contains a lot of useful information including a description of FlashLFQ's settings, how to get started with our vignette, and how to interpret the results in the Bayesian quantification file. Check it out!

There are two methods to contact us. You can create a new issue on the GitHub Issues page if you are comfortable with your question being public. This helps other people, because it is likely that someone else has the same question. For private correspondance, please email mm_support at chem dot wisc dot edu.

Development Version Build Status

Build status

About

Ultra-fast label-free quantification algorithm for mass-spectrometry proteomics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.5%
  • Dockerfile 0.5%