Package: tidyplate 2.2.0
Shubham Dutta
tidyplate: Transform Microplate Data into Tibbles
The goal of 'tidyplate' is to help researchers convert different types of microplates into tibbles which can be used in data analysis. It accepts xlsx and csv files formatted in a specific way as input. It supports all types of standard microplate formats such as 6-well, 12-well, 24-well, 48-well, 96-well, 384-well, and, 1536-well plates.
Authors:
tidyplate_2.2.0.tar.gz
tidyplate_2.2.0.tar.gz(r-4.5-noble)tidyplate_2.2.0.tar.gz(r-4.4-noble)
tidyplate_2.2.0.tgz(r-4.4-emscripten)tidyplate_2.2.0.tgz(r-4.3-emscripten)
tidyplate.pdf |tidyplate.html✨
tidyplate/json (API)
NEWS
# Install 'tidyplate' in R: |
install.packages('tidyplate', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/shubhamdutta26/tidyplate/issues
Pkgdown:https://www.shubhamdutta.com
Last updated 15 days agofrom:ba1e7278dc. Checks:OK: 2. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Dec 07 2024 |
R-4.5-linux | OK | Dec 07 2024 |
Exports:build_platecheck_plategenerate_platetidy_plateview_plate_names
Dependencies:cellrangerclicpp11crayondata.tablefansigluehmslifecyclemagrittropenxlsxpillarpkgconfigprettyunitsprogressR6Rcppreadxlrematchrlangstringitibbleutf8vctrszip
Read data from several files using tidyplate
Rendered fromadvanced.Rmd
usingknitr::rmarkdown
on Dec 07 2024.Last update: 2024-11-18
Started: 2024-11-18
Speed comparison with plater::read_plate()
Rendered fromcomparison.Rmd
usingknitr::rmarkdown
on Dec 07 2024.Last update: 2024-12-07
Started: 2024-12-07
Transform microwell plates with tidyplate
Rendered fromgetting_started.Rmd
usingknitr::rmarkdown
on Dec 07 2024.Last update: 2024-11-18
Started: 2024-01-12
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Build a csv or xlsx template for each plate type | build_plate |
Checks whether the input file is valid for use with the 'tidy_plate()' function | check_plate |
Generates a microwell plate shaped csv or excel file from tibble or dataframe | generate_plate |
Reads and transforms microwell plate to a tibble | tidy_plate |
Returns the name of each plate in the file | view_plate_names |