/luckyExperiment

A R package for biological experiments analysis. Beta version now.

Primary LanguageRMIT LicenseMIT

luckyExperiment

A R package for biological experiments analysis. Beta version now.

👽 Authors

Weibin Huang (黄伟斌); 654751191@qq.com;

👍 Installation

Note: If you are NEW in R programing, you had better deal with all the code here in RStudio, one of the best IDE for R programing.

# Install devtools
if (!requireNamespace("devtools", quietly = TRUE))
    install.packages("devtools")

# Install dependancies
devtools::install_github('huangwb8/luckyBase')

# Install luckyExperiment
devtools::install_github('huangwb8/luckyExperiment')

🐫 Tutorial

To be continued...