instructions/landing.md

output: html_document

launch app with shiny::runApp(launch.browser = TRUE)

The Pepliner app is for viewing peptide or protein elution profiles

Features

Visualize your data:

Data Format

Protein data

Wide format

| ID | Fraction1 | Fraction2 | Fraction3 | |---|---|---|---| | ProteinA | 0 | 1 | 3 | | ProteinB | 5 | 25 | 10 |

Tidy format

| ID | FractionID | ProteinCount | |---|---|---| | ProteinA | Fraction1 | 0 | | ProteinA | Fraction2 | 1 | | ProteinA | Fraction3 | 3 | | ProteinB | Fraction1 | 5 | | ProteinB | Fraction2 | 25 | | ProteinB | Fraction3 | 10 |

Peptide data

Wide format

|Peptide| ID | Fraction1 | Fraction2 | Fraction3 | |---|---|---|---|---| |AAGTEPR| ProteinA | 0 | 1 | 1 | |CNMETLLK| ProteinA | 0 | 0 | 2 | |IPRELVK| ProteinB | 2 | 12 | 2 | |MITFPELLR| ProteinB | 3 | 13 | 8 |

Tidy format

|Peptide| ID | FractionID | ProteinCount | |---|---|---|---| |AAGTEPR| ProteinA | Fraction2 | 1 | |AAGTEPR| ProteinA | Fraction3 | 1 | |CNMETLLK| ProteinA | Fraction3 | 2 | |IPRELVK| ProteinB | Fraction1 | 2 | |IPRELVK| ProteinB | Fraction2 | 12 | |IPRELVK| ProteinB | Fraction3 | 2 | |MITFPELLR| ProteinB | Fraction3 | 3 | |MITFPELLR| ProteinB | Fraction3 | 13 | |MITFPELLR| ProteinB | Fraction3 | 8 |

TIP: Save Data for Future Upload

After uploading your data to the pepliner app, click the red button 'Save results at Pepliner Rdata file' to download an .RData file to create a session file to load in future sessions. In the "Input Data" tab, use the "Pepliner RData file" option.

More Help and Info

Additional help information and more detailed instructions are provided under the "Instructions" tab.

App Info

Provenance

The source code for pepliner is available on Github.

A paper describing use of peptide elutions to identify proteoforms will be posted on BioRxiv.

Pepliner was modified from the START app developed by Jessica Minnier, Jiri Sklenar, Anthony Paul Barnes, and Jonathan Nelson of Oregon Health & Science University, Knight Cardiovascular Institute and School of Public Health.

Nelson, JW, Sklenar J, Barnes AP, Minnier J. (2016) "The START App: A Web-Based RNAseq Analysis and Visualization Resource." Bioinformatics. doi: 10.1093/bioinformatics/btw624.

The original source code of START is available on Github.



marcottelab/pepliner documentation built on May 21, 2019, 8:05 a.m.