Arqiv2 is a R package for Real-Time Data Analysis of Compounds Performance Relative to Controls in Primary Screening.
The Arqiv2 package allows the user to plot signal to background ratios, strictly standardized mean difference (SSMD) scores, microplate heat map and generate SSMD score table of each compound.
The Arqiv2 package is a part of the paper "Large-scale Phenotypic Drug Screen Identifies Neuroprotectants in Zebrafish and Mouse Models of Retinitis Pigmentosa".
install.packages("devtools")
install.packages("usethis")
library(devtools)
install.packages("RGtk2",depen=T)
library(RGtk2)
in RStudio console window. Then user need to restart R/Rstudio.
* STEP 4: Complete RGtk2,gWidgets2RGtk2 packages installation by commands in RStudio console window:
```{r}
library(RGtk2)
install.packages("gWidgets2RGtk2")
library(gWidgets2RGtk2)
devtools::install_github("mummlab/Arqiv2")
library(Arqiv2)
GUI()
Author: Liyun Zhang, Ding Ding
Any questions about the package, please contact Maintainer: Liyun Zhang lzhang98@jhmi.edu, Ding Ding dding6@jhu.edu or open an issue at Github.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.