Skip to content

Commit

Permalink
Raise version number and update news
Browse files Browse the repository at this point in the history
  • Loading branch information
tychobismeijer committed Feb 21, 2018
1 parent 6fe317d commit 544305d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ggsea
Title: Flexible Gene Set Enrichment Analysis
Version: 1.0
Version: 1.1
Authors@R: c(
person("Tycho", "Bismeijer", email = "t.bismeijer@nki.nl", role = c("aut", "cre")),
person("Yongsoo", "Kim", email = "yo.kim@nki.nl", role = c("ctb")),
Expand Down
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ggsea v1.1 (Release date: 2018-02-21)
================

Changes:

* Add ggsea_limma gene score function, as first support for RNA-seq data.
* Number of variables in the results is now determined by the gene score function. Previously, the number of variables was determined by the number of input variables. This is still the case with the default gene score functions.
2 changes: 1 addition & 1 deletion R/ggsea_limma.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' \code{\link{ggsea}}.
#'
#' @family gene scoring functions
#' @usage ggsea_limma_dm
#' @usage ggsea_limma
#'
#' @export
ggsea_limma <- function (x, y, abs=F) {
Expand Down
2 changes: 1 addition & 1 deletion ggsea.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version: 1.0
Version: 1.1

RestoreWorkspace: No
SaveWorkspace: No
Expand Down
2 changes: 1 addition & 1 deletion man/ggsea_limma.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 544305d

Please sign in to comment.