Welcome to RQCee, a Shiny application for evaluating response curves from preprocessed mass spectrometry (MS) data. This tool enables users to upload data, visualize plots, and download analysis results.
The online version of this app can be access via https://slinghub.shinyapps.io/RQCee
- Data Upload: Accepts CSV for MH Quant and TSV files for MRMkit.
- Plot Layout: Customizable with user-defined rows and columns.
- Data Annotation: Interactive tables for data selection and filtering.
- Visualization: Generate and download detailed plots of response curves.
- Statistics: Access and export statistical analyses in Excel format.
This application manages its R package dependencies using renv. To ensure you have all the necessary packages installed in their correct versions, please follow these steps:
install.packages("renv")
renv::restore()
- Select Format: Choose between MRMkit or MH Quant.
- Upload Data: Upload your MS data files via the sidebar.
- Customize Plot Layout: Set the number of rows and columns for plot arrangement.
- Annotate Data: Use the annotations tab to apply or clear selections.
- Retrieve Plots & Statistics: Navigate the plots and statistics tabs to generate and view results.
- Download Results: Export plots as PDFs and statistics as Excel files.
- For further assistance or inquiries, please contact the development team: Shanshan Ji ([email protected]{.email}) or Bo Burla ([email protected]{.email}).
Ensure your data is formatted correctly to fully utilize RQCee's capabilities. Happy analyzing!