README.md

Arqiv2

Arqiv2 is a R package for Real-Time Data Analysis of Compounds Performance Relative to Controls in Primary Screening.

Overview

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".

Package Installation

install.packages("devtools")
install.packages("usethis")
library(devtools)
only for Windows
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()

Further questions

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.



mummlab/Arqiv2 documentation built on Dec. 21, 2021, 11:01 p.m.