Skip to main content

FragPipe Limited-Proteolysis Processor (FLiPPR) is modular, fast, and easy-to-use data processing tool for LiP-MS & LFQ-based experiments analyzed in FragPipe

Project description

FLiPPR Logo

Table of Contents

Overview

FLiPPR (FragPipe Limited-Proteolysis Processor) is modular, fast, and easy-to-use data processing tool for LiP-MS experiments analyzed in FragPipe.

FLiPPR is:

  • Super Fast: FLiPPR utilizes Polars in the back-end to ensure all CPU cores contribute to your data processing.
  • Convinent to Use: FragPipe produces standarized outputs, FLiPPR takes full advantage of this feat and integrates seemlessly with any FragPipe LFQ DDA or DIA anaylsis.
  • Flexible and Expandable: Experiments introduce unique and novel variables, FLiPPR ensures compatibility with all experimental setups and gives you full control of the data processing pipeline.

Support

FLiPPR requires python ≥3.10 To learn more about how FLiPPR can help you analyze your LiP-MS or LFQ data, head over to the FLiPPR docs

Installation

    # Initial install
    python -m pip install flippr

    # Update to latest release
    python -m pip install -U flippr

Usage

  1. Start a Study
import flippr

study = flippr.Study(lip = "path/to/fragpipe_output", method="dda")
  1. View the experimental sample annotations
print(study.samples)
# >>> { 'LiP': {'WT', '1x_Drug', '5x_Drug'}
  1. Add an experimental process
study.add_process(pid="1x", ctrl="WT", test="1x_Drug", n_rep=3)

study.add_process(pid="5x", ctrl="WT", test="5x_Drug", n_rep=3)
  1. Run your study
results = study.run()

results
# >>> {'1x': <flippr.Results>, '5x': <flippr.Results>}
  1. View or save your results as Polars DataFrames
results["1x"].ion

# View higher-order results
results["1x"].modified_peptide
results["1x"].peptide
results["1x"].cut_site

# View protein-level summary of all data
results["1x"].protein_summary

Learn about all the ways FLiPPR can analyze your data by heading over to the FLiPPR docs

License

This project is licensed under the CC BY-NC-ND 4.0 License. Feel free to use the code according to the terms specified in the license.

Thank you for your interest in FLiPPR! If you encounter any issues or have suggestions, please open an issue. We appreciate your feedback!

Citation

If you found this work helpful in your research, please cite us!

FLiPPR: A Processor for Limited Proteolysis (LiP) Mass Spectrometry Data Sets Built on FragPipe
Edgar Manriquez-Sandoval, Joy Brewer, Gabriela Lule, Samanta Lopez, and Stephen D. Fried
Journal of Proteome Research
DOI: 10.1021/acs.jproteome.3c00887

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flippr-0.2.1.tar.gz (112.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

flippr-0.2.1-py3-none-any.whl (20.6 kB view details)

Uploaded Python 3

File details

Details for the file flippr-0.2.1.tar.gz.

File metadata

  • Download URL: flippr-0.2.1.tar.gz
  • Upload date:
  • Size: 112.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.27.2

File hashes

Hashes for flippr-0.2.1.tar.gz
Algorithm Hash digest
SHA256 5bb09411b1b97236c28ed96e06f1ae1d9ddd14d384c80005e6c5d3ef3cde1cc4
MD5 77bc8501b572461bf2398729ffa84401
BLAKE2b-256 13fcbadb7ba2101e4c54e34f73dc5370f44088c33cec524d68dfde2f437ad52e

See more details on using hashes here.

File details

Details for the file flippr-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: flippr-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 20.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.27.2

File hashes

Hashes for flippr-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e84b5fedf7e11d18bebb21b144d6092420b5ef4bffb1bc690af06bf75b61cdad
MD5 00b88176dd74ef382fbba2b8db842dc6
BLAKE2b-256 d6ce0d0a07943a6286a23aeabbccdf3fd1ec939fe923f079e0639b8e27ce36d5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page