The shiny.rmd file at the root level is the main R Markdown file that runs the Shiny application. This is where the user interface and server logic of the Shiny app are defined.
The tests directory contains files and scripts that are used to perform the actual prediction of kidney transplantation outcomes.
The model directory contains files that define the predictive models used in the project. This may include scripts for training and validating models, as well as for visualizing model performance and other data.
The overview directory provides materials and resources for doctors and other medical professionals to understand the genes that are being used in the predictive model. This can include detailed information about each gene, their role in kidney transplantation, and why they are useful for predicting outcomes.