| Title: | Prepare Marker Data as AlphaSimR Founder Populations |
|---|---|
| Description: | A point-and-click Shiny application that helps non-programmers prepare their own marker data (VCF, HapMap, numeric genotype matrices or PLINK) as a founder population for AlphaSimR simulations. It guides users through uploading data, quality-control review, filtering (MAF, missingness, monomorphic markers), optional trait definition and export of the objects required by AlphaSimR::newMapPop(), with progress feedback, helpful errors, optional before/after PCA validation and a full text log of the run. |
| Authors: | Ebenezer Ogoe [aut, cre] |
| Maintainer: | Ebenezer Ogoe <[email protected]> |
| License: | MIT + file LICENSE |
| Version: | 0.1.0 |
| Built: | 2026-06-22 13:51:08 UTC |
| Source: | https://github.com/ebenogoe/FounderForge |
Run the Shiny Application
run_app( onStart = NULL, options = list(), enableBookmarking = NULL, uiPattern = "/", ... )run_app( onStart = NULL, options = list(), enableBookmarking = NULL, uiPattern = "/", ... )
onStart |
A function that will be called before the app is actually run.
This is only needed for |
options |
Named options that should be passed to the |
enableBookmarking |
Can be one of |
uiPattern |
A regular expression that will be applied to each |
... |
arguments to pass to golem_opts. See '?golem::get_golem_options' for more details. |