-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
125 lines (124 loc) · 3.52 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# Generated by roxygen2: do not edit by hand
export(add_Cq)
export(add_CqValue)
export(available_threshold)
export(calculate_SC_LOD_LOQ)
export(calculate_copy_number)
export(calculate_second_deriv_threshold)
export(calculate_threshold_value)
export(control_records_to_remove)
export(create_assay_Table)
export(create_extract_Table)
export(create_geographicRegion_Table)
export(create_pcrChemistry_Table)
export(create_project_table)
export(create_replicate_Table)
export(create_results_Table)
export(create_site_Table)
export(create_standardCurveResults_Table)
export(create_standardCurve_Table)
export(create_station_Table)
export(create_taxon_Table)
export(df_formatting_by_target)
export(fluorescence_file_validation_msgs)
export(format_qPCR_metadata)
export(format_standardCurve_metadata)
export(format_std_curve_metadata)
export(launchMDMAPR)
export(merge_standardCurve_metadata_fluorescence_file)
export(merged_file_processing)
export(metadata_file_validation_msgs)
export(null_records_to_remove_meta)
export(process_MIC_raw_data)
export(process_MIC_uploaded_file)
export(process_Multiplexed_RDML)
export(process_SOP_uploaded_file)
export(process_SOP_uploaded_file_with_well_names)
export(process_biomeme23_uploaded_file)
export(process_biomeme23_uploaded_file_with_well_names)
export(process_biomeme_raw_data)
export(reformat_SOP_Flur_data)
export(remove_null_records)
export(remove_null_records_test)
export(selected_platform_validation_msgs)
export(std_fluorescence_file_validation_msgs)
export(std_metadata_file_validation_msgs)
export(user_uploaded_file_validate)
export(user_uploaded_standard_curve_file_validation)
export(what_clr)
import(dplyr)
import(ggplot2)
import(here)
import(htmltools)
import(leaflet)
import(leaflet.extras)
import(methods)
import(reactable)
import(readxl)
import(shinydashboard)
import(writexl)
importFrom(DT,dataTableOutput)
importFrom(DT,datatable)
importFrom(DT,renderDataTable)
importFrom(berryFunctions,is.error)
importFrom(bslib,is_bs_theme)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(plotly,style)
importFrom(shiny,HTML)
importFrom(shiny,a)
importFrom(shiny,actionButton)
importFrom(shiny,br)
importFrom(shiny,column)
importFrom(shiny,div)
importFrom(shiny,downloadHandler)
importFrom(shiny,downloadLink)
importFrom(shiny,em)
importFrom(shiny,fileInput)
importFrom(shiny,fluidRow)
importFrom(shiny,h1)
importFrom(shiny,h3)
importFrom(shiny,h4)
importFrom(shiny,icon)
importFrom(shiny,isolate)
importFrom(shiny,need)
importFrom(shiny,numericInput)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,p)
importFrom(shiny,radioButtons)
importFrom(shiny,reactive)
importFrom(shiny,reactiveVal)
importFrom(shiny,renderText)
importFrom(shiny,req)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,sliderInput)
importFrom(shiny,strong)
importFrom(shiny,tabPanel)
importFrom(shiny,tabsetPanel)
importFrom(shiny,textOutput)
importFrom(shiny,updateSelectInput)
importFrom(shiny,updateSliderInput)
importFrom(shiny,validate)
importFrom(shinyWidgets,pickerInput)
importFrom(shinyWidgets,updatePickerInput)
importFrom(shinydashboard,box)
importFrom(shinyjs,alert)
importFrom(shinyjs,reset)
importFrom(shinyjs,useShinyjs)
importFrom(stats,family)
importFrom(stats,lm)
importFrom(stats,mad)
importFrom(stats,na.exclude)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,str)
importFrom(utils,tail)
importFrom(utils,zip)
importFrom(xfun,file_ext)