-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from federicomarini/mosdefied-pcaExplorer
Mosdefied pcaExplorer
- Loading branch information
Showing
37 changed files
with
552 additions
and
514 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ docs/* | |
^\.github$ | ||
^CODE_OF_CONDUCT\.md$ | ||
^LICENSE\.md$ | ||
^TODO\.md$ |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: pcaExplorer | ||
Type: Package | ||
Title: Interactive Visualization of RNA-seq Data Using a Principal Components Approach | ||
Version: 2.31.0 | ||
Date: 2024-04-07 | ||
Version: 2.99.0 | ||
Date: 2024-09-13 | ||
Authors@R: c(person("Federico", "Marini", role = c("aut", "cre"), | ||
email ="[email protected]", | ||
comment = c(ORCID = '0000-0003-3252-7758'))) | ||
|
@@ -11,10 +11,10 @@ Description: This package provides functionality for interactive visualization | |
allow for quick information extraction and effective data exploration. A Shiny | ||
application encapsulates the whole analysis. | ||
License: MIT + file LICENSE | ||
LazyData: TRUE | ||
Imports: | ||
DESeq2, | ||
SummarizedExperiment, | ||
mosdef (>= 1.1.0), | ||
GenomicRanges, | ||
IRanges, | ||
S4Vectors, | ||
|
@@ -58,6 +58,7 @@ BugReports: https://github.com/federicomarini/pcaExplorer/issues | |
biocViews: ImmunoOncology, Visualization, RNASeq, DimensionReduction, | ||
PrincipalComponent, QualityControl, GUI, ReportWriting, ShinyApps | ||
VignetteBuilder: knitr | ||
RoxygenNote: 7.3.1 | ||
RoxygenNote: 7.3.2 | ||
Encoding: UTF-8 | ||
NeedsCompilation: no | ||
Roxygen: list(markdown = TRUE) |
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,34 @@ | ||
#' Deprecated functions in pcaExplorer | ||
#' | ||
#' Functions that are on their way to the function afterlife. | ||
#' Their successors are also listed. | ||
#' | ||
#' The successors of these functions are likely coming after the rework that | ||
#' led to the creation of the `mosdef` package. See more into its | ||
#' documentation for more details. | ||
#' | ||
#' @param ... Ignored arguments. | ||
#' | ||
#' @return All functions throw a warning, with a deprecation message pointing | ||
#' towards its descendent (if available). | ||
#' | ||
#' @name deprecated | ||
#' | ||
#' @section Transitioning to the mosdef framework: | ||
#' | ||
#' - [topGOtable()] is now being replaced by the more flexible | ||
#' [mosdef::run_topGO()] function | ||
#' | ||
#' @author Federico Marini | ||
#' | ||
#' @examples | ||
#' # try(topGOtable()) | ||
#' | ||
NULL | ||
|
||
|
||
## #' @export | ||
## #' @rdname defunct | ||
## trendVar <- function(...) { | ||
## .Defunct("fitTrendVar") | ||
## } |
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
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.