Skip to content

Commit

Permalink
Filtering of missing values now in quantable instead of Grp2Analysis.R
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasKook committed Nov 26, 2018
1 parent 16f12ed commit 96767d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/Grp2Analysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ Grp2Analysis <- setRefClass("Grp2Analysis",

# Retrieve normalized data for clustering
tmpdata1 <- .self$getNormalized()$data
tmpdata1 <- tmpdata1[.self$getNrNAs() < ncol(tmpdata1)/2,]

# Clustering using quantable::simpleheatmap3()
clustering <- quantable::simpleheatmap3(t(tmpdata1), margins=c(1,10),
breaks = seq(-2.5,2.5, length=26),
Expand Down
2 changes: 1 addition & 1 deletion inst/RunScripts/Run_Generic_QuantTwoGroupAnalysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ genericQuantMatrixGRP2 <- grp2
## REMOVE TO RENDER
#rmarkdown::render("vignettes/Grp2Analysis.Rmd", params = list(grp = genericQuantMatrixGRP2), envir = new.env())


rmarkdown::render("vignettes/Grp2AnalysisHeatmap3.Rmd",bookdown::pdf_document2(), params=list(grp = grp2))

0 comments on commit 96767d9

Please sign in to comment.