Skip to content

Commit

Permalink
remove refs to unavail pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
mschubert committed Jan 7, 2023
1 parent 69fd1bc commit 180426d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plot/matrix.r
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cluster = function(df, formula, cols=TRUE, rows=TRUE, size=NULL, fill=NA) {
df
}

#' Draws a matrix plot using ggplot::geom_tile or circle
#' Draws a matrix plot using ggplot2::geom_tile or circle
#'
#' @param df A data.frame containing the data
#' @param formula Formula of sort value ~ row + col
Expand Down
5 changes: 1 addition & 4 deletions stats/batch.r
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ combat = function(X, batch, covariate=NULL) {
}

dwd = function(X, batch) {
ll = .mat2list(X, subsets=batch)
esets = lapply(ll, ExpressionSet)
eset = inSilicoMerging::merge(esets, method="DWD")
exprs(eset)
stop("inSilicoMerging package no longer available on Bioconductor")
}

none = function(X, batch=NA) {
Expand Down

0 comments on commit 180426d

Please sign in to comment.