This app facilitates stratified randomization using the OSAT package, enabling users to upload CSV files, select covariates. Results and QC plots can be downloaded.
The online version of this app can be access via https://slinghub.shinyapps.io/StratiRandom_Shiny/
- CSV Upload: Upload CSV data files for processing.
- Covariate Selection: Choose up to 7 factors for stratification.
- Batch Configuration: Set batch numbers; max 96 samples per batch.
- Randomization & Analysis: Perform stratified randomization and review p-values.
- Download Options: Save randomized data and QC plots.
This application manages its R package dependencies using renv. To ensure you have all the necessary packages installed in their correct versions, please follow these steps:
install.packages("renv")
renv::restore()
- Upload Data: Select your CSV file.
- Select Covariates: Define key categorical factors for randomization.
- Configure Batches: Specify batch numbers.
- Randomize: Execute and evaluate results.
- Download: Save output data and plots.
- Refer to OSAT documentation for details.
Prepare your CSV file correctly to fully utilize the app's capabilities. Happy stratifying!