README.md

ARQiv

ARQiv is a R package for Preparing for and Completing Whole-Organism Screening at High-througput rates.

Overview

The ARQiv R* package includes functions that fall into two categories - those applied to 'Pre-screening Assay Optimization' and 'Compound Analysis'. The functions allow the user to calculate background signal, determine sample size, run quality control tests, perform virtual experiments to simulate compound efficacy - and finally, to perform compound analysis during iterative drug screen cycles.

The ARQiv package is a part of the published paperpaper name.

Package Installation

install.packages("devtools")
library(devtools)
STEP 3a: for Windows
install.packages("RGtk2",depen=T)
library(RGtk2)

There will be a notice for missing GTK. Choose "Install GTK+" when prompted - this will take ~1 minute to complete. Afterwards the user needs to restart R/Rstudio.

STEP 3b: for Mac

Install GTK 2.24. And use command

install.packages("RGtk2",depen=T)

in RStudio console window. Then user need to restart R/Rstudio.

library(RGtk2)
install.packages("gWidgets2RGtk2")
library(gWidgets2RGtk2)
devtools::install_github("mummlab/ARQiv")
library(ARQiv)
GUI()

Further questions

Author: David T. White, Arife Unal Eroglu, Guohua Wang,Liyun Zhang,Sumitra Sengupta,Ding Ding,Surendra Rajpurohit,Steven L. Walker,Hongkai Ji,Jiang Qian,Jeff S. Mumm

Any questions about the package, please contact Maintainer: David T. White dwhite66@jhmi.edu, Ding Ding dding6@jhu.edu or open an issue at Github.



mummlab/ARQiv documentation built on May 23, 2019, 8:22 a.m.