-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use S3 and S4 methods for shared functionality across packages (e.g. FRASER) * version bump: 1.7.0 -> 1.7.1 * CI fixes ** adapt to the new knitr update braking BiocStyle in R3.6 ** no cache on appveyor ** just test r-release on windows (appveyor)
- Loading branch information
Showing
22 changed files
with
342 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
#' @rdname aberrant | ||
#' @export | ||
setGeneric("aberrant", function(object, ...) standardGeneric("aberrant")) | ||
|
||
#' @importFrom DESeq2 dispersions | ||
#' @noRd | ||
#' @export | ||
DESeq2::dispersions | ||
|
||
#' @rdname filterExpression | ||
#' @export | ||
setGeneric("filterExpression", function(object, ...) | ||
standardGeneric("filterExpression")) | ||
|
||
#' @importFrom generics fit | ||
#' @noRd | ||
#' @export | ||
generics::fit | ||
|
||
#' @rdname plotFunctions | ||
#' @export | ||
setGeneric("plotAberrantPerSample", function(object, ...) | ||
standardGeneric("plotAberrantPerSample")) | ||
|
||
#' @rdname plotFunctions | ||
#' @export | ||
setGeneric("plotCountCorHeatmap", function(object, ...) | ||
standardGeneric("plotCountCorHeatmap")) | ||
|
||
#' @importFrom DESeq2 plotDispEsts | ||
#' @noRd | ||
#' @export | ||
DESeq2::plotDispEsts | ||
|
||
#' @rdname plotFunctions | ||
#' @export | ||
setGeneric("plotEncDimSearch", function(object, ...) | ||
standardGeneric("plotEncDimSearch")) | ||
|
||
#' @rdname plotFunctions | ||
#' @export | ||
setGeneric("plotQQ", function(object, ...) standardGeneric("plotQQ")) | ||
|
||
#' @rdname plotFunctions | ||
#' @export | ||
setGeneric("plotVolcano", function(object, ...) standardGeneric("plotVolcano")) | ||
|
||
#' @rdname results | ||
#' @export | ||
setGeneric("results", function(object, ...) standardGeneric("results")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.