launch app with shiny::runApp(launch.browser = TRUE)
The Pepliner app is for viewing peptide or protein elution profiles
The main functions of this shiny are to:
Interactively select a series of proteins to plot (protein-level visualization)
Interactively plot peptides from a single protein (peptide-level visualization)
Explore the app's features with the example data set pre-loaded by clicking on the tabs above.
Visualize your data:
| ID | Fraction1 | Fraction2 | Fraction3 | |---|---|---|---| | ProteinA | 0 | 1 | 3 | | ProteinB | 5 | 25 | 10 |
| ID | FractionID | ProteinCount | |---|---|---| | ProteinA | Fraction1 | 0 | | ProteinA | Fraction2 | 1 | | ProteinA | Fraction3 | 3 | | ProteinB | Fraction1 | 5 | | ProteinB | Fraction2 | 25 | | ProteinB | Fraction3 | 10 |
|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 |
|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 |
After uploading your data to the pepliner app, click red button
to download an .RData file to upload your data to the pepline app with one click.
Next time use the "Input Data" tab --> "Pepliner RData file" option.
Additional help information and more detailed instructions are provided under the "Instructions" tab.
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.
The original source code of START is available on Github.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.