Description Format Details Active bindings Methods Author(s)
Manages the communication between the shiny gui layer and the classes of the pguIMP package
R6::R6Class object.
Comprises all needed classes from the pguIMP package and manages the communication between the gui and the analysis. This object is used by the shiny based gui and is not for use in individual R-scripts!
status
Returns the instance variable status (pguIMP::pgu.status)
fileName
Returns the instance variable fileName (pguIMP::pgu.file)
loqFileName
Returns the instance variable loqFileName (pguIMP::pgu.file)
rawData
Returns the instance variable rawData (pguIMP::pgu.data)
filterSet
Returns the instance variable filterSet (pguIMP::pgu.filter)
filteredData
Returns the instance variable filteredData (pguIMP::pgu.data)
loq
Returns the instance variable loq (pguIMP::pgu.limitsOfQuantification)
loqMutatedData
Returns the instance variable loqMutatedData (pguIMP::pgu.data)
explorer
Returns the instance variable explorer (pguIMP::pgu.explorer)
optimizer
Returns the instance variable optimizer (pguIMP::pgu.optimizer)
transformator
Returns the instance variable transformator (pguIMP::pgu.transformator)
model
Returns the instance variable model (pguIMP::pgu.model)
transformedData
Returns the instance variable transformedData (pguIMP::pgu.data)
featureModel
Returns the instance variable featureModel (pguIMP::pgu.normDist)
normalizer
Returns the instance variable normalizer (pguIMP::pgu.normalizer)
normalizedData
Returns the instance variable normalizedData (pguIMP::pgu.data)
missings
Returns the instance variable missings (pguIMP::pgu.missings)
missingsCharacterizer
Returns the instance variable missingsCharacterizer (pguIMP::pgu.missingsCharacterizer)
outliers
Returns the instance variable outlierd (pguIMP::pgu.outliers)
imputer
Returns the instance variable imputer (pguIMP::pgu.imputation)
imputedData
Returns the instance variable imputedData (pguIMP::pgu.data)
cleanedData
Returns the instance variable cleanedData (pguIMP::pgu.data)
validator
Returns the instance variable validator (pguIMP::pgu.validator)
corrValidator
Returns the instance variable corrValidator (pguIMP::pgu.corrValidator)
exporter
Returns the instance variable exporter (pguIMP::pgu.exporter)
reporter
Returns the instance variable reporter (pguIMP::pgu.reporter)
new()
Clears the heap and
indicates that instance of pgu.delegate
is removed from heap.
Creates and returns a new pgu.delegate
object.
pgu.delegate$new(data = "tbl_df")
data
The data to be analyzed. (tibble::tibble)
A new pgu.delegate
object.
(pguIMP::pgu.delegate)
print()
Prints instance variables of a pgu.delegate
object.
pgu.delegate$print()
string
update_import_gui()
Updates the import gui
pgu.delegate$update_import_gui(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
query_data()
Manages the data upload to the R server. Updates the instance class status.
pgu.delegate$query_data(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
import_data()
Imports uploaded data from the R server into the instance variable rawData. Updates the instance class status.
pgu.delegate$import_data(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_import_data_Types_tbl()
Updates the tbl.importDataTypes table.
pgu.delegate$update_import_data_Types_tbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_import_data_statistics_tbl()
Updates the tbl.importDataStatistics table.
pgu.delegate$update_import_data_statistics_tbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_import_missings_statistics_tbl()
Updates the tbl.importMissingsStatistics table.
pgu.delegate$update_import_missings_statistics_tbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_filter_select_tbl()
Updates the tbl.filter table.
pgu.delegate$update_filter_select_tbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_filter()
Queries the filter parameters selected by the user in the gui and stores them in the instance variable filterSet.
pgu.delegate$update_filter(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_filter_inverse()
Queries the filter parameters selected by the user in the gui inverts them and stores them in the instance variable filterSet.
pgu.delegate$update_filter_inverse(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
reset_filter()
Generates a filter set that selects the whole data frame. Stores them in the instance variable filterSet. Updates the gui.
pgu.delegate$reset_filter(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
filter_data()
Filters the data corresponding to the user defined parameters stored in the instance variable filterSet. Results are stored in the instance variables filteredData and filteredMetadata. Updated the instance variable filterSet.
pgu.delegate$filter_data(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_filter_statistics_tbl()
Updates the tbl.filterStatistics table.
pgu.delegate$update_filter_statistics_tbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_filter_missings_tbl()
Updates the tbl.filterMissings table.
pgu.delegate$update_filter_missings_tbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_exploration_gui()
Updates the gui.
pgu.delegate$update_exploration_gui(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_exploration_abscissa()
Transfers the information oabout the selected abscissa attribute to the explorer class.
pgu.delegate$update_exploration_abscissa(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_exploration_ordinate()
Transfers the information oabout the selected ordinate attribute to the explorer class.
pgu.delegate$update_exploration_ordinate(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_exploration_graphic()
Updates the exploration abscissa vs. ordinate scatter plot corresponding to the respective user defined attributes.
pgu.delegate$update_exploration_graphic(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_exploration_abscissa_graphic()
Updates the abscissa compound plot corresponding to the respective user defined attributes.
pgu.delegate$update_exploration_abscissa_graphic(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_exploration_ordinate_graphic()
Updates the ordinate compound plot corresponding to the respective user defined attributes.
pgu.delegate$update_exploration_ordinate_graphic(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_exploration_abscissa_table()
Updates the numerical abscissa analysis table. corresponding to the respective user defined attributes.
pgu.delegate$update_exploration_abscissa_table(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_exploration_ordinate_table()
Updates the numerical ordinate analysis table. corresponding to the respective user defined attributes.
pgu.delegate$update_exploration_ordinate_table(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
reset_loq_values()
Initializes the LOQ object after filtering.
pgu.delegate$reset_loq_values(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_loq_upload_gui()
Updates the gui.
pgu.delegate$update_loq_upload_gui(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
query_loq()
Manages the loq data upload to the R server.
pgu.delegate$query_loq(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
import_loq()
Imports the loq data upload to the R server.
pgu.delegate$import_loq(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_loq_define_gui()
Updates the gui.
pgu.delegate$update_loq_define_gui(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_loq_define_feature()
Updates the gui.
pgu.delegate$update_loq_define_feature(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_loq_define_lloq()
Updates the gui.
pgu.delegate$update_loq_define_lloq(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_loq_define_uloq()
Updates the gui.
pgu.delegate$update_loq_define_uloq(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_loq_define_table()
Updates the gui.
pgu.delegate$update_loq_define_table(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_loq_define_menu()
Updates the gui.
pgu.delegate$update_loq_define_menu(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
set_loq_define_values()
Updates loq class.
pgu.delegate$set_loq_define_values(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
set_loq_define_values_globally()
Updates loq class.
pgu.delegate$set_loq_define_values_globally(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session #' @description #' Imports uploaded data from the R server into the instance variable loqData. #' Updates the instance class status. #' @param input #' Pointer to shiny input #' @param output #' Pointer to shiny output #' @param session #' Pointer to shiny session importLoq = function(input, output, session) if (private$.status$query(processName = "dataImported")) tryCatch( private$.loq$setLoq <- private$.importer$importLoq(self$fileName) private$.status$update(processName = "loqImported", value = TRUE) , error = function(e) private$.status$update(processName = "loqImported", value = FALSE) shiny::showNotification(paste(e),type = "error", duration = 10) #error )#tryCatch #if else private$.status$update(processName = "loqImported", value = FALSE) shiny::showNotification(paste("No file uploaded to import. Please upload a valid file first."),type = "error", duration = 10) #else , #function
update_loq_detect_gui()
Updates the gui.
pgu.delegate$update_loq_detect_gui(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_loq_na_handling()
Updates the si.loqHandling shiny widget corresponding to the respective user defined parameter.
pgu.delegate$update_loq_na_handling(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
init_detect_loq()
Runs the outlier detection routine of the instance variable outliers. Updates the instance class status.
pgu.delegate$init_detect_loq(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
detect_loq()
Runs the outlier detection routine of the instance variable outliers. Updates the instance class status.
pgu.delegate$detect_loq(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_loq_detect_statistics_tbl()
Updates the numerical loq statistics analysis table
pgu.delegate$update_loq_detect_statistics_tbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_loq_detect_outlier_tbl()
Updates the numerical loq table.
pgu.delegate$update_loq_detect_outlier_tbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_loq_detect_statistics_graphic()
Updates the loq statistics graphic.
pgu.delegate$update_loq_detect_statistics_graphic(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_loq_detect_attribute_graphic()
Updates the loq feature compound graphic.
pgu.delegate$update_loq_detect_attribute_graphic(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_loq_detect_attribute_tbl()
Updates the numerical loq feature table.
pgu.delegate$update_loq_detect_attribute_tbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_loq_mutate_gui()
Updates the gui.
pgu.delegate$update_loq_mutate_gui(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_lloq_substitute()
Updates the si.lloqSubstitute shiny widget.
pgu.delegate$update_lloq_substitute(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_uloq_substitute()
Updates the si.uloqSubstitute shiny widget.
pgu.delegate$update_uloq_substitute(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
init_mutate_loq()
Calls the mutation routine of the instance variable loq on the instance variable filteredData. The reult is stored in the instance variable loqMutatedData Updates the instance class status.
pgu.delegate$init_mutate_loq(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
mutate_loq()
Calls the mutation routine of the instance variable loq on the instance variable filteredData. The reult is stored in the instance variable loqMutatedData Updates the instance class status.
pgu.delegate$mutate_loq(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_loq_mutate_data_tbl()
Updates the numerical loq mutate outliers table.
pgu.delegate$update_loq_mutate_data_tbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_loq_mutate_statistics_graphic()
Updates the loq mutate statistics graphic.
pgu.delegate$update_loq_mutate_statistics_graphic(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_loq_mutate_attribute_graphic()
Updates the loq mutate feature graphic.
pgu.delegate$update_loq_mutate_attribute_graphic(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
init_loq_mutate_attribute_tbl()
Updates the numeric loq mutate feature table.
pgu.delegate$init_loq_mutate_attribute_tbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_loq_mutate_attribute_tbl()
Updates the numeric loq mutate feature table.
pgu.delegate$update_loq_mutate_attribute_tbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
optimizeTrafoParameter()
Calls the optimize routine of the instance variable optimizer on the instance variable loqMutatedData. Updates the instance class status.
pgu.delegate$optimizeTrafoParameter(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateDetectedTrafoTypes()
Updates the detected trafo types table.
pgu.delegate$updateDetectedTrafoTypes(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateDetectedTrafoParameter()
Updates the detected trafo parameters table.
pgu.delegate$updateDetectedTrafoParameter(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateTrafoDetectGui()
Updates the gui.
pgu.delegate$updateTrafoDetectGui(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateTrafoMutateFeature()
Updates the si.trafoMutateFeature shiny widget.
pgu.delegate$updateTrafoMutateFeature(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateTrafoMutateType()
Updates the si.trafoMutateType shiny widget.
pgu.delegate$updateTrafoMutateType(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateTrafoMutateLambda()
Updates the ni.trafoMutateLambda shiny widget.
pgu.delegate$updateTrafoMutateLambda(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateTrafoMutateMirror()
Updates the cb.trafoMutateMirror shiny widget.
pgu.delegate$updateTrafoMutateMirror(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
resetTrafoMutateGui()
Updates the gui.
pgu.delegate$resetTrafoMutateGui(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateTrafoMutateGui()
Updates the gui.
pgu.delegate$updateTrafoMutateGui(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
trafoMutateFit()
Estimates the optimal transformation parameters. Updates the GUI
pgu.delegate$trafoMutateFit(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
trafoMutateGlobal()
Calls the transformation routine of the instance variable transformator on the instance variable loqMutatedData. Updates the instance class status.
pgu.delegate$trafoMutateGlobal(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
trafoMutateFeature()
Calls the transformation routine of the instance variable transformator on a user defined attribute of the instance variable loqMutatedData.
pgu.delegate$trafoMutateFeature(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateTrafoMutateFeatureGraphic()
Updates the trafo mutate feature graphic.
pgu.delegate$updateTrafoMutateFeatureGraphic(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateTrafoMutateFeatureParameterTbl()
Updates the trafo mutate feature patameter table.
pgu.delegate$updateTrafoMutateFeatureParameterTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateTrafoMutateFeatureQualityTbl()
Updates the trafo mutate feature quality table.
pgu.delegate$updateTrafoMutateFeatureQualityTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateTrafoMutateGlobalParameterTbl()
Updates the trafo mutate global parameter table.
pgu.delegate$updateTrafoMutateGlobalParameterTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateTrafoMutateGlobalModelTbl()
Updates the tbl.trafoMutateGlobalModel table.
pgu.delegate$updateTrafoMutateGlobalModelTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateTrafoMutateGlobalQualityTbl()
Updates the tbl.trafoMutateGlobalQuality table.
pgu.delegate$updateTrafoMutateGlobalQualityTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateTrafoMutateGlobalTestsTbl()
Updates the tbl.trafoMutateGlobalTests table.
pgu.delegate$updateTrafoMutateGlobalTestsTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateTrafoMutateGlobalDataTbl()
Updates the tbl.trafoMutateGlobalData table.
pgu.delegate$updateTrafoMutateGlobalDataTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateTrafoNormFeature()
Updates the si.trafoNormFeature shiny widget.
pgu.delegate$updateTrafoNormFeature(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateTrafoNormMethod()
Updates the si.trafoNormMethod shiny widget.
pgu.delegate$updateTrafoNormMethod(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateTrafoNormGui()
Updates the gui.
pgu.delegate$updateTrafoNormGui(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
trafoNormMutate()
Calls the scale routine of the instance variable normalizer on the instance variable transformedData. Updates the instance class status.
pgu.delegate$trafoNormMutate(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateTrafoNormFeatureGraphic()
Updates the impute norm feature compound graphic.
pgu.delegate$updateTrafoNormFeatureGraphic(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
resetTrafoNormGui()
Updates the gui.
pgu.delegate$resetTrafoNormGui(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateTrafoNormFeatureStatisticsTbl()
Updates the numerical impute norm analysis table for a user defined feature. corresponding to the respective user defined attributes.
pgu.delegate$updateTrafoNormFeatureStatisticsTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateTrafoNormStatisticsTbl()
Updates the numerical impute norm analysis table. corresponding to the respective user defined attributes.
pgu.delegate$updateTrafoNormStatisticsTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateTrafoNormParameterTbl()
Updates the impute norm parameter table. corresponding to the respective user defined attributes.
pgu.delegate$updateTrafoNormParameterTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateTrafoNormDataTbl()
Updates the impute norm scaled data table. corresponding to the respective user defined attributes.
pgu.delegate$updateTrafoNormDataTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
imputeMissingsAnalyze()
Calls the missing detection routine of the instance variable imputer on the instance variable normalizedData. Updates the instance class status.
pgu.delegate$imputeMissingsAnalyze(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeMissingsGraphic()
Updates the plt.imputeMissingsSummary graphic.
pgu.delegate$updateImputeMissingsGraphic(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeMissingsStatisticsTbl()
Updates the tbl.imputeMissingsStatistics table.
pgu.delegate$updateImputeMissingsStatisticsTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeMissingsDistributionTbl()
Updates the tbl.imputeMissingsDistribution table.
pgu.delegate$updateImputeMissingsDistributionTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeMissingCharacteristicsGraphic()
Updates the plt.imputeMissingsPairs graphic.
pgu.delegate$updateImputeMissingCharacteristicsGraphic(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeMissingsCharacteristicsTbl()
Updates the tbl.imputeMissingsCharacteristics table.
pgu.delegate$updateImputeMissingsCharacteristicsTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeMissingsDetailTbl()
Updates the tbl.imputeDetectDetail table.
pgu.delegate$updateImputeMissingsDetailTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
#' @description #' Updates the tbl.imputeDetectData table. #' @param input #' Pointer to shiny input #' @param output #' Pointer to shiny output #' @param session #' Pointer to shiny session updateImputeMissingsDataTbl = function(input, output, session){ if(self$status$query(processName = "naDetected")){ output$tbl.imputeMissingsData <- DT::renderDataTable( self$filteredMetadata$rawData %>% dplyr::right_join(self$normalizedData$rawData, by = "Sample Name") %>% format.data.frame(scientific = TRUE, digits = 4) %>% DT::datatable( extensions = "Buttons", options = list( scrollX = TRUE, scrollY = '350px', paging = FALSE, dom = "Blfrtip", buttons = list(list( extend = 'csv', filename = self$fileName$predict("imputationSiteDetectionData") %>% tools::file_path_sans_ext(), text = "Download" ))#buttons )#options )#DT::datatable )#output }#if else{ output$tbl.imputeMissingsData <- DT::renderDataTable(NULL) }#else }, #function
updateImputeOutliersMethod()
Updates the si.imputeOutliersMethod shiny widget.
pgu.delegate$updateImputeOutliersMethod(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeOutliersFeature()
Updates the si.imputeOutliersFeature shiny widget.
pgu.delegate$updateImputeOutliersFeature(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeOutliersAlpha()
Updates the ni.imputeOutliersAlpha shiny widget.
pgu.delegate$updateImputeOutliersAlpha(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeOutliersEpsilon()
Updates the ni.imputeOutliersEpsilon shiny widget.
pgu.delegate$updateImputeOutliersEpsilon(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeOutliersMinSamples()
Updates the ni.imputeOutliersMinSamples shiny widget.
pgu.delegate$updateImputeOutliersMinSamples(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeOutliersGamma()
Updates the ni.imputeOutliersGamma shiny widget.
pgu.delegate$updateImputeOutliersGamma(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeOutliersNu()
Updates the ni.imputeOutliersNu shiny widget.
pgu.delegate$updateImputeOutliersNu(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeOutliersCutoff()
Updates the ni.imputeOutliersCutoff shiny widget.
pgu.delegate$updateImputeOutliersCutoff(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeOutliersK()
Updates the ni.imputeOutliersK shiny widget.
pgu.delegate$updateImputeOutliersK(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeOutliersSeed()
Updates the ni.imputeOutliersSeed shiny widget.
pgu.delegate$updateImputeOutliersSeed(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeOutliersGui()
Updates the gui.
pgu.delegate$updateImputeOutliersGui(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
resetImputeOutliersGui()
Updates the gui.
pgu.delegate$resetImputeOutliersGui(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
imputeOutliersDetect()
Calls the detectOutliers routine of the instance variable outliers on the instance variable normalizedData. Updates the instance class status.
pgu.delegate$imputeOutliersDetect(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeOutliersGraphic()
Updates the plt.outliersImputeSummary graphic.
pgu.delegate$updateImputeOutliersGraphic(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeOutliersFeatureGraphic()
Updates the plt.outliersImputeFeature graphic.
pgu.delegate$updateImputeOutliersFeatureGraphic(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeOutliersFeatureTbl()
Updates the numeric outlier feature table.
pgu.delegate$updateImputeOutliersFeatureTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeOutliersStatisticsTbl()
Updates the numerical loq statistics analysis table
pgu.delegate$updateImputeOutliersStatisticsTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeOutliersDetailTbl()
Updates the numerical outlier table.
pgu.delegate$updateImputeOutliersDetailTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeMutateFeature()
Updates the si.imputeMutateFeature shiny widget.
pgu.delegate$updateImputeMutateFeature(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeMutateMethod()
Updates the si.imputeMutateMethod shiny widget.
pgu.delegate$updateImputeMutateMethod(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeMutateNNeighbors()
Updates the ni.imputeMutateNumberOfNeighbors shiny widget.
pgu.delegate$updateImputeMutateNNeighbors(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeMutatePredFrac()
Updates the ni.imputeMutatePredFrac shiny widget.
pgu.delegate$updateImputeMutatePredFrac(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeMutateOutfluxThr()
Updates the ni.imputeMutateOutfluxThr shiny widget.
pgu.delegate$updateImputeMutateOutfluxThr(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeMutateSeed()
Updates the ni.imputeMutateSeed shiny widget.
pgu.delegate$updateImputeMutateSeed(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeMutateIterations()
Updates the ni.imputeMutateIterations shiny widget.
pgu.delegate$updateImputeMutateIterations(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeMutateGui()
Updates the gui.
pgu.delegate$updateImputeMutateGui(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
resetImputeMutateGui()
Resets the gui.
pgu.delegate$resetImputeMutateGui(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
imputeMutateMutate()
Calls the mutate imputation site routine of the instance variable imputer on the instance variable transformedData. Updates the instance class status.
pgu.delegate$imputeMutateMutate(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeFluxGraphic()
Updates the plt.imputeMutateFlux graphic.
pgu.delegate$updateImputeFluxGraphic(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeMutateGraphic()
Updates the plt.imputeMutateSummary graphic.
pgu.delegate$updateImputeMutateGraphic(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeMutateStatisticsTbl()
Updates the tbl.imputeMutateStatistics table.
pgu.delegate$updateImputeMutateStatisticsTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeMutateDistributionTbl()
Updates the tbl.imputeMutateDistribution table.
pgu.delegate$updateImputeMutateDistributionTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeMutateFeatureDetailGraphic()
Updates the plt.imputeMutateFeatureDetail graphic.
pgu.delegate$updateImputeMutateFeatureDetailGraphic(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeMutateFeatureDetailTbl()
Updates the tbl.imputeMutateFeatureDetail table.
pgu.delegate$updateImputeMutateFeatureDetailTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeMutateDetailTbl()
Updates the tbl.imputeMutateDetail table.
pgu.delegate$updateImputeMutateDetailTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateImputeMutateDataTbl()
Updates the tbl.imputeMutateData table.
pgu.delegate$updateImputeMutateDataTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
validate()
Calls the validate routine of the instance variable validator on the instance variables rawData and clenaedData. Updates the instance class status.
pgu.delegate$validate(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateAnalysisValidationGui()
Updates the si.analysisValidationFeature shiny widget.
pgu.delegate$updateAnalysisValidationGui(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateAnalysisValidationGraphic()
Updates the plt.analysisValidationFeature shiny widget.
pgu.delegate$updateAnalysisValidationGraphic(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateAnalysisValidationTestTbl()
Updtates the tbl.analysisValidationTest table.
pgu.delegate$updateAnalysisValidationTestTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateCentralMomentsOrgTbl()
Updtates the tbl.centralMomentsOrg table.
pgu.delegate$updateCentralMomentsOrgTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateCentralMomentsImpTbl()
Updtates the tbl.centralMomentsImp table.
pgu.delegate$updateCentralMomentsImpTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateCentralMomentsDeltaTbl()
Updtates the tbl.centralMomentsDelta table.
pgu.delegate$updateCentralMomentsDeltaTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateCorrelationValidationScatterGraphic()
Updtates the plt.correlationValidationScatter graphic.
pgu.delegate$updateCorrelationValidationScatterGraphic(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateCorrelationValidationBoxPlotGraphic()
Updtates the plt.correlationValidationBoxPlot graphic.
pgu.delegate$updateCorrelationValidationBoxPlotGraphic(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateCorrelationValidationDeviationTbl()
Updtates the tbl.correlationValidationDeviation table.
pgu.delegate$updateCorrelationValidationDeviationTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
updateCorrelationValidationDataTbl()
Updtates the tbl.correlationValidationData table.
pgu.delegate$updateCorrelationValidationDataTbl(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
exportFileName()
Creates and returns an export filename.
pgu.delegate$exportFileName(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
export filename (character)
exportData()
Exports the pguIMP analysis results
pgu.delegate$exportData(input, file)
input
Pointer to shiny input
file
export filename (character)
reportFileName()
Creates and returns a report filename.
pgu.delegate$reportFileName(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
export filename (character)
writeReport()
Exports a report on the pguIMP analysis in pdf format.
pgu.delegate$writeReport(input, file)
input
Pointer to shiny input
file
export filename (character)
hide_outdated_results()
Updates the gui if analysis parameters change.
pgu.delegate$hide_outdated_results(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
update_help_html()
Updates the gui if analysis parameters change.
pgu.delegate$update_help_html(input, output, session)
input
Pointer to shiny input
output
Pointer to shiny output
session
Pointer to shiny session
clone()
The objects of this class are cloneable with this method.
pgu.delegate$clone(deep = FALSE)
deep
Whether to make a deep clone.
Sebastian Malkusch, malkusch@med.uni-frankfurt.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.