Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderPico committed Jul 20, 2024
1 parent 192e50a commit eb8fefe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shiny_result/scripts/plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ shinyCnetplot <- function(resObject, geneList, input, output){
}

# Heatmap #
# - starts with top n results, identifies the top n genes by frequency within
# those results (secondary sort on fold.change) and then makes a tile plot with
# fold.change fill color using a balanced Brewer RdYBu pallette
# - starts with top n results (ignoring p.value), identifies the top n genes by
# frequency within those results (secondary sort on fold.change) and then makes
# a tile plot with fold.change fill color using a balanced Brewer RdYBu palette.
shinyHeatmap <- function(resObject, data, input, output){

#filter inputs options panel
Expand Down

0 comments on commit eb8fefe

Please sign in to comment.