Skip to content

Commit

Permalink
rm GUSMap
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristianetaniguti committed Dec 4, 2023
1 parent 2b25422 commit eacb8c4
Show file tree
Hide file tree
Showing 32 changed files with 20 additions and 8,185 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Imports:
dplyr,
tidyr,
onemap,
GUSMap,
ggpubr,
plotly,
ggplot2,
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ export(efficiency_graphics_mem_cpu)
export(efficiency_graphics_perc)
export(efficiency_table)
export(run_app)
import(GUSMap)
import(dplyr)
import(ggVennDiagram)
import(ggplot2)
import(lubridate)
import(mappoly)
import(onemap)
import(plotly)
import(shiny)
Expand Down
4 changes: 1 addition & 3 deletions R/mod_dat_poly.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ mod_dat_poly_ui <- function(id){

#' dat_poly Server Functions
#'
#' @importFrom ggpubr ggarrange
#' @import onemap
#' @import GUSMap
#' @import mappoly
#' @importFrom grDevices dev.off pdf rainbow
#'
#' @noRd
Expand Down
1 change: 0 additions & 1 deletion R/mod_emp_maps.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ mod_emp_maps_ui <- function(id){
#'
#' @importFrom ggpubr ggarrange
#' @import onemap
#' @import GUSMap
#' @importFrom grDevices dev.off pdf rainbow
#'
#' @noRd
Expand Down
5 changes: 2 additions & 3 deletions R/mod_simu_maps.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ mod_simu_maps_ui <- function(id){
#' simu_maps Server Functions
#'
#' @import onemap
#' @import GUSMap
#'
#' @noRd
mod_simu_maps_server <- function(input, output, session, datas_simu){
Expand Down Expand Up @@ -150,7 +149,7 @@ mod_simu_maps_server <- function(input, output, session, datas_simu){
snpcall = input$SNPCall, countsfrom = input$CountsFrom,
data_names = names(datas_simu()[[6]]))
data <- datas_simu()[[6]][[temp_n]]
data$rf_2pt()
GUSMap::data$rf_2pt()
incProgress(0.5, detail = paste("Doing part", 3))
} else {
temp_n <- map_name(depth, seed, geno, fake,
Expand All @@ -168,7 +167,7 @@ mod_simu_maps_server <- function(input, output, session, datas_simu){

output$map_out <- renderPlot({
if(button1()[[2]] == "gusmap"){
button1()[[1]]$plotChr(mat="rf", parent = "both")
GUSMap::button1()[[1]]$plotChr(mat="rf", parent = "both")
} else {
rf_graph_table(button1()[[1]], inter = F, mrk.axis = "none")
}
Expand Down
Binary file not shown.
8,176 changes: 0 additions & 8,176 deletions inst/ext/toy_sample_emp/biallelics/toy_sample_emp.log

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
16 changes: 16 additions & 0 deletions man/prepare_poly_datas_emp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eacb8c4

Please sign in to comment.