Package index
-
aboutServer() - About module server logic
-
aboutUI() - About module UI
-
adminServer() - Admin module server
-
adminUI() - Admin module UI
-
build_base_url() - Build base URL from session data, accounting for reverse proxy subpaths
-
create_database() - Initialize SQLite database
-
faqServer() - FAQ module server logic
-
faqUI() - FAQ module UI
-
generate_password() - Generate a random password
-
get_app_dir() - Get the path to the Shiny app directory
-
init_environment() - Initialize environment for the application
-
leaderboardServer() - Leaderboard Server Module
-
leaderboardUI() - Leaderboard module UI
-
load_config() - Load voting app configuration
-
loginServer() - Login module server logic
-
loginUI() - Login module UI
-
makeVotingAppServer() - Factory function to create the Shiny server for the voting application
-
query_annotations_db_by_coord() - Query annotations table by coordinates This function queries the annotations table for a given set of coordinates, returning only the specified columns.
-
run_voting_app() - Run B1MG Variant Voting Shiny Application
-
safe_dir_create() - Create a Directory Safely
-
userStatsServer() - User Stats Server Module
-
userstatsUI() - User statistics module UI
-
validate_cols() - Validate column names passed by config Ensures that the columns specified in the configuration are safe and exist in the database schema.
-
votingAppUI() - Voting app UI
-
votingServer() - Voting module server logic
-
votingUI() - Voting module UI