This repository provides the necessary files and instructions to perform interactome analysis using R code and a Shiny application.
To run the R code using the ligand and receptor data:
-
Ensure you have the following files:
- Interactome list (You can use the interactome_list.xlsx)
- Ligand data (Prepare your data as in the Sample_Ligand_File)
- Receptor data (Prepare your data as in the Sample_Receptor_File)
- R code (Use the Interactome_Analysi_R-Script.R file)
-
Open your R environment (RStudio or any other R IDE).
-
Load the necessary files into your environment.
-
Execute the R code to analyze the interactome data.
This web application has an interactive interface for easy utilization of the interactome tool. You can use the Shiny application for interactome analysis by following these steps:
- Navigate to the Shiny application.
- You have the option to either upload your ligand and receptor data or use the existing data provided by the application.
- Follow the instructions in the application to run the interactome analysis.
For a more detailed step-by-step guide on using the Shiny application, refer to the attached "Interactome Application - User Guide.pdf" file.
- Ensure all necessary data files are in the correct format as required by the R code and the Shiny application.
- For any issues or questions, please open an issue in this repository.
Feel free to fork this repository and make any modifications as needed for your analysis. Contributions are welcome!