KaiAragaki / gplate2

Other
0 stars 0 forks source link

gplate2

Codecov test
coverage R-CMD-check

gplate2 is the successor of gplate, with the goal of providing a simpler and faster back end and more intuitive and expected user interface. The main difference is how gplates are constructed. Instead of being a dataframe, plates are now a list of wells, and wells are a list of contents.

Installation

You can install the development version of gplate2 from GitHub with:

# install.packages("devtools")
devtools::install_github("KaiAragaki/gplate2")