Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
michbur committed Jul 3, 2019
1 parent 4e4082f commit a836e95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
14 changes: 3 additions & 11 deletions inst/HaDeX/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -197,15 +197,7 @@ server <- function(input, output, session) {
})

##

stateOverlap <- reactive({



})

##


stateOverlap_out <- reactive({

plot_coverage(dat = dat(), chosen_state = input[["chosen_state"]]) +
Expand All @@ -232,7 +224,7 @@ server <- function(input, output, session) {
##

stateOverlapDist_data <- reactive({

dat() %>%
select(Start, End, State, Sequence) %>%
filter(State == input[["chosen_state"]]) %>%
Expand Down Expand Up @@ -260,7 +252,7 @@ server <- function(input, output, session) {
##

stateOverlapDist <- reactive({

mean_coverage <- round(mean(stateOverlapDist_data()[["coverage"]], na.rm = TRUE), 2)
display_position <- (input[["plot_range"]][[1]] + input[["plot_range"]][[2]])/2

Expand Down
3 changes: 2 additions & 1 deletion inst/HaDeX/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,8 @@ ui <- fluidPage(theme = "HaDeX_theme.css",
label = "Correct sequence length:",
value = 300,
step = 1),
h5("If C-term is not covered, enter correct value."),
h5("If C-terminal of is not covered by peptides,
enter its correct position."),
textOutput("sequence_length_exp_info")
)
)
Expand Down

0 comments on commit a836e95

Please sign in to comment.