PROstat5 is an R package designed for bioinformatics researchers, molecular biologists, and computational chemists focusing on the study of STAT5 (Signal Transducer and Activator of Transcription 5) protein. This package offers a robust set of tools to interface with the Protein Data Bank (PDB), enabling users to efficiently retrieve, analyze, and visualize STAT5 structures and their interactions. The package is particularly adept at exploring protein-ligand interactions, understanding STAT5's role in various signaling pathways, and examining its interactions with other proteins and potential inhibitors. Furthermore this package can be used to help people to find suitable PROTACs for STAT5
To install the latest version of the package:
install.packages("devtools")
library("devtools")
devtools::install_github("kannai99/PROstat5", build_vignettes = TRUE)
library("PROstat5")
To run the Shiny app:
runPROstat5()
ls("package:PROstat5")
data(package = "PROstat5")
browseVignettes("PROstat5")
The author of the package is Hyunwoo Kwon.
Hadley Wickham. ggplot2: Elegant Graphics for Data Analysis. Springer-Verlag New York, 2016. Wilkinson, Leland. The Grammar of Graphics. Springer-Verlag, 2005.
Neculai, D.;,Neculai,A.M.;,Verrier,S.;,Straub,K.;,Klumpp,K.;,Pfitzner,E.;,& Becker,S.(2023). Full wwPDB X-ray Structure Validation Report i ○ Title : Structure of unphosphorylated STAT5a. http://www.wwpdb.org/validation/2017/FAQs#types.
This package was developed as part of an assessment for 2023 BCB410H: Applied Bioinformatics course at the University of Toronto, Toronto, CANADA.
The package tree structure is provided below.
- PROstat5
|- Data
|- STAT5_structure.rda
|- R
|- data.R
|- get_stat5_structure.R
|- show_expression_plot.R
|- man
|- get_stat5_structure.Rd
|- show_expression_plot.Rd
|- search_stat5_structures.Rd
|- tests
|- testthat.R
|- vignettes
|- .gitignore
|- DESCRIPTION
|- LICENSE
|- NAMESPACE
|- PROstat5.Rproj
|- README