Git Product home page Git Product logo

pecora's Introduction

Peptide correlation analysis (PeCorA)

PeCorA is a package that contains a number of functions to detect discordant peptide quantities in shotgun proteomics sata by Peptide Correlation Analysis. The package also contains published proteomics dataset processed with processing tools such as MaxQuant.

Install

Once installed, load the package by writing in the console

library(PeCorA)

Available datasets

Currently, there are three datasets available in PeCorA.

Data Description
Covid_peptides Large-scale proteomic Analysis of COVID-19 Severity

Loading data

Data available in the package is loaded into the R session using the load function; for instance, to get a recent large-scale analysis of COVID19 severity from Overmyer et al 2020:

data(peptides_data_filtered)

To get more information about a dataset, see its manual page.

?peptides_data_filtered

How to use

PeCorA requires a filename.csv file containing table in long format of peptides, their quantities, and the proteins they belong to. This file must at least contain the following columns (check spelling and letter case):

“Condition” - group labels of the conditions. Can be more than 2 but must be at least 2. “Peptide.Modified.Sequence” - peptide sequence including any modifications “BioReplicate” - numbering for biological replicates “Protein” - protein membership for each peptide

You may need to transform your data into PeCorA-ready format. For example ransform peptides.txt output of MaxQuant into t use function import_LFQ_PeCorA.

Functions

The main function of the package is called PeCorA, which fits a linear model with interaction between peptides and biological treatment groups.

Contact

If you have any questions or suggestions please contact us:

Maria Dermit : maria.dermit at qmul.ac.uk

Jesse Meyer: jesmeyer at mcw.edu

Additional information

Please see the original paper

pecora's People

Contributors

demar01 avatar

Watchers

 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.