Browse code

Updated vignette and README.

Robert Castelo authored on 30/03/2021 17:49:45
Showing 1 changed files
... ...
@@ -3,9 +3,12 @@
3 3
 [![Bioconductor Time](https://bioconductor.org/shields/years-in-bioc/GSVA.svg)](https://bioconductor.org/packages/release/bioc/html/GSVA.html "How long has been GSVA in a release of Bioconductor")
4 4
 [![Bioconductor Downloads](https://bioconductor.org/shields/downloads/release/GSVA.svg)](https://bioconductor.org/packages/stats/bioc/GSVA/ "Ranking by number of downloads. A lower number means the package is downloaded more frequently. Determined within a package type (software, experiment, annotation, workflow) and uses the number of distinct IPs for the last 12 months.")
5 5
 [![Support posts](https://bioconductor.org/shields/posts/GSVA.svg)](https://support.bioconductor.org/t/GSVA/ "Support site activity on GSVA, last 6 months: answered posts/total posts.")
6
+[![R-CMD-check-bioc](https://github.com/rcastelo/GSVA/workflows/R-CMD-check-bioc/badge.svg)](https://github.com/rcastelo/GSVA/actions?query=workflow%3AR-CMD-check-bioc)
7
+[![codecov.io](https://codecov.io/github/rcastelo/GSVA/coverage.svg?branch=master)](https://codecov.io/github/rcastelo/GSVA?branch=master)
6 8
 <img align="right" src="https://raw.githubusercontent.com/Bioconductor/BiocStickers/master/GSVA/GSVA.png" height="200"/>
7 9
 
8
-**Current build status**
10
+
11
+**Current Bioconductor build status**
9 12
 - `release` [![Bioconductor Availability](https://bioconductor.org/shields/availability/release/GSVA.svg)](https://bioconductor.org/packages/release/bioc/html/GSVA.html#archives "Whether GSVA release is available on all platforms") 
10 13
 [![Bioconductor Dependencies](https://bioconductor.org/shields/dependencies/release/GSVA.svg)](https://bioconductor.org/packages/release/bioc/html/GSVA.html#since "Number of recursive dependencies needed to install package")
11 14
 [![Bioconductor Commits](https://bioconductor.org/shields/lastcommit/release/bioc/GSVA.svg)](https://bioconductor.org/checkResults/release/bioc-LATEST/GSVA "Time since last commit, possible values: today, < 1 week, < 1 month, < 3 months, since release, before release")
Browse code

Updated README.

Robert Castelo authored on 30/03/2021 13:19:06
Showing 1 changed files
... ...
@@ -42,7 +42,7 @@ install_github("rcastelo/GSVA")
42 42
 For questions and bug reports regarding the __release__ version of **GSVA**
43 43
 please use the [Bioconductor support site](https://support.bioconductor.org "Bioconductor support site").
44 44
 For feature requests or bug reports and issues regarding this __development__ version of **GSVA**
45
-please use the GitHub issues [tab](https://github.com/rcastelo/GSVA/issues)) at the top-left of this page.
45
+please use the GitHub issues [tab](https://github.com/rcastelo/GSVA/issues) at the top-left of this page.
46 46
 
47 47
 ## Contributing
48 48
 
Browse code

Updated README.

Robert Castelo authored on 30/03/2021 13:18:33
Showing 1 changed files
... ...
@@ -42,8 +42,7 @@ install_github("rcastelo/GSVA")
42 42
 For questions and bug reports regarding the __release__ version of **GSVA**
43 43
 please use the [Bioconductor support site](https://support.bioconductor.org "Bioconductor support site").
44 44
 For feature requests or bug reports and issues regarding this __development__ version of **GSVA**
45
-please use the GitHub issues link at the top-right of this page
46
-([https://github.com/rcastelo/GSVA/issues](https://github.com/rcastelo/GSVA/issues)).
45
+please use the GitHub issues [tab](https://github.com/rcastelo/GSVA/issues)) at the top-left of this page.
47 46
 
48 47
 ## Contributing
49 48
 
Browse code

Updated README.

Robert Castelo authored on 30/03/2021 13:16:19
Showing 1 changed files
... ...
@@ -23,8 +23,7 @@ The `GSVA` package allows one to perform a change in coordinate systems of molec
23 23
 
24 24
 This is the __development__ version of the R/Bioconductor package GSVA. This version is unstable and should be used only to test new features. If you are looking for the __release__ version of this package please go to its package release landing page at [https://bioconductor.org/packages/GSVA](https://bioconductor.org/packages/GSVA) and follow the instructions there to install it.
25 25
 
26
-If you were really looking for this development version, then to install it you
27
-need first to install the development version of Bioconductor following the instructions at [http://bioconductor.org/developers/how-to/useDevel](http://bioconductor.org/developers/how-to/useDevel) and then type the following line from the R shell:
26
+If you were really looking for this development version, then to install it you need first to install the [development version of Bioconductor](https://bioconductor.org/developers/how-to/useDevel) and then type the following line from the R shell:
28 27
 
29 28
 ```r
30 29
 BiocManager::install("GSVA", version = "devel")
Browse code

Updated README.

Robert Castelo authored on 30/03/2021 13:08:27
Showing 1 changed files
... ...
@@ -24,10 +24,9 @@ The `GSVA` package allows one to perform a change in coordinate systems of molec
24 24
 This is the __development__ version of the R/Bioconductor package GSVA. This version is unstable and should be used only to test new features. If you are looking for the __release__ version of this package please go to its package release landing page at [https://bioconductor.org/packages/GSVA](https://bioconductor.org/packages/GSVA) and follow the instructions there to install it.
25 25
 
26 26
 If you were really looking for this development version, then to install it you
27
-need first to install the development version of R that you can find at [https://cran.r-project.org](https://cran.r-project.org) and then type the following instructions from the R shell:
27
+need first to install the development version of Bioconductor following the instructions at [http://bioconductor.org/developers/how-to/useDevel](http://bioconductor.org/developers/how-to/useDevel) and then type the following line from the R shell:
28 28
 
29 29
 ```r
30
-install.packages("BiocManager")
31 30
 BiocManager::install("GSVA", version = "devel")
32 31
 ```
33 32
 
Browse code

Updated README.

Robert Castelo authored on 30/03/2021 13:04:02
Showing 1 changed files
... ...
@@ -1,14 +1,14 @@
1 1
 # GSVA: gene set variation analysis for microarray and RNA-seq data
2 2
 
3 3
 [![Bioconductor Time](https://bioconductor.org/shields/years-in-bioc/GSVA.svg)](https://bioconductor.org/packages/release/bioc/html/GSVA.html "How long has been GSVA in a release of Bioconductor")
4
-[![Bioconductor Downloads](https://bioconductor.org/shields/downloads/GSVA.svg)](https://bioconductor.org/packages/stats/bioc/GSVA/ "Ranking by number of downloads. A lower number means the package is downloaded more frequently. Determined within a package type (software, experiment, annotation, workflow) and uses the number of distinct IPs for the last 12 months")
5
-[![Support posts](https://bioconductor.org/shields/posts/GSVA.svg)](https://support.bioconductor.org/t/GSVA/ "Support site activity on GSVA, last 6 months: tagged questions/avg. answers per question/avg. comments per question/accepted answers, or 0 if no tagged posts.")
4
+[![Bioconductor Downloads](https://bioconductor.org/shields/downloads/release/GSVA.svg)](https://bioconductor.org/packages/stats/bioc/GSVA/ "Ranking by number of downloads. A lower number means the package is downloaded more frequently. Determined within a package type (software, experiment, annotation, workflow) and uses the number of distinct IPs for the last 12 months.")
5
+[![Support posts](https://bioconductor.org/shields/posts/GSVA.svg)](https://support.bioconductor.org/t/GSVA/ "Support site activity on GSVA, last 6 months: answered posts/total posts.")
6 6
 <img align="right" src="https://raw.githubusercontent.com/Bioconductor/BiocStickers/master/GSVA/GSVA.png" height="200"/>
7 7
 
8 8
 **Current build status**
9 9
 - `release` [![Bioconductor Availability](https://bioconductor.org/shields/availability/release/GSVA.svg)](https://bioconductor.org/packages/release/bioc/html/GSVA.html#archives "Whether GSVA release is available on all platforms") 
10 10
 [![Bioconductor Dependencies](https://bioconductor.org/shields/dependencies/release/GSVA.svg)](https://bioconductor.org/packages/release/bioc/html/GSVA.html#since "Number of recursive dependencies needed to install package")
11
-[![Bioconductor Commits](https://bioconductor.org/shields/lastcommit/release/bioc/GSVA.svg)](https://bioconductor.org/checkResults/devel/bioc-LATEST/GSVA "Time since last commit, possible values: today, < 1 week, < 1 month, < 3 months, since release, before release")
11
+[![Bioconductor Commits](https://bioconductor.org/shields/lastcommit/release/bioc/GSVA.svg)](https://bioconductor.org/checkResults/release/bioc-LATEST/GSVA "Time since last commit, possible values: today, < 1 week, < 1 month, < 3 months, since release, before release")
12 12
 [![Bioconductor Release Build](https://bioconductor.org/shields/build/release/bioc/GSVA.svg)](https://bioconductor.org/checkResults/release/bioc-LATEST/GSVA/ "Bioconductor release build")
13 13
 - `development` [![Bioconductor Availability](https://bioconductor.org/shields/availability/devel/GSVA.svg)](https://bioconductor.org/packages/devel/bioc/html/GSVA.html#archives "Whether GSVA devel is available on all platforms") 
14 14
 [![Bioconductor Dependencies](https://bioconductor.org/shields/dependencies/devel/GSVA.svg)](https://bioconductor.org/packages/devel/bioc/html/GSVA.html#since "Number of recursive dependencies needed to install package")
Browse code

Updated README.

Robert Castelo authored on 30/03/2021 11:22:06
Showing 1 changed files
... ...
@@ -31,11 +31,11 @@ install.packages("BiocManager")
31 31
 BiocManager::install("GSVA", version = "devel")
32 32
 ```
33 33
 
34
-Alternatively, you can install it from GitHub using the [devtools](https://github.com/hadley/devtools "devtools") package.
34
+Alternatively, you can install it from GitHub using the [remotes](https://github.com/r-lib/remotes "remotes") package.
35 35
 
36 36
 ```r
37
-install.packages("devtools")
38
-library(devtools)
37
+install.packages("remotes")
38
+library(remotes)
39 39
 install_github("rcastelo/GSVA")
40 40
 ```
41 41
 
... ...
@@ -46,3 +46,12 @@ please use the [Bioconductor support site](https://support.bioconductor.org "Bio
46 46
 For feature requests or bug reports and issues regarding this __development__ version of **GSVA**
47 47
 please use the GitHub issues link at the top-right of this page
48 48
 ([https://github.com/rcastelo/GSVA/issues](https://github.com/rcastelo/GSVA/issues)).
49
+
50
+## Contributing
51
+
52
+Contributions to the software codebase of GSVA are welcome as long as contributors abide to the
53
+terms of the [Bioconductor Contributor Code of Conduct](https://bioconductor.org/about/code-of-conduct).
54
+If you want to contribute to the development of GSVA please open an
55
+[issue](https://github.com/rcastelo/GSVA/issues) to start discussing your suggestion or, in case of a
56
+bugfix or a straightforward feature, directly a
57
+[pull request](https://github.com/rcastelo/GSVA/pulls).
Browse code

Added the possibility of doing the ECDF estimation using parallel calculations.

Robert Castelo authored on 29/11/2019 12:12:34
Showing 1 changed files
... ...
@@ -43,6 +43,6 @@ install_github("rcastelo/GSVA")
43 43
 
44 44
 For questions and bug reports regarding the __release__ version of **GSVA**
45 45
 please use the [Bioconductor support site](https://support.bioconductor.org "Bioconductor support site").
46
-For bug reports and issues regarding this __development__ version of **GSVA**
46
+For feature requests or bug reports and issues regarding this __development__ version of **GSVA**
47 47
 please use the GitHub issues link at the top-right of this page
48 48
 ([https://github.com/rcastelo/GSVA/issues](https://github.com/rcastelo/GSVA/issues)).
Browse code

Updated badges in README.

Robert Castelo authored on 05/09/2019 07:03:15
Showing 1 changed files
... ...
@@ -2,17 +2,18 @@
2 2
 
3 3
 [![Bioconductor Time](https://bioconductor.org/shields/years-in-bioc/GSVA.svg)](https://bioconductor.org/packages/release/bioc/html/GSVA.html "How long has been GSVA in a release of Bioconductor")
4 4
 [![Bioconductor Downloads](https://bioconductor.org/shields/downloads/GSVA.svg)](https://bioconductor.org/packages/stats/bioc/GSVA/ "Ranking by number of downloads. A lower number means the package is downloaded more frequently. Determined within a package type (software, experiment, annotation, workflow) and uses the number of distinct IPs for the last 12 months")
5
-[![Bioconductor Commits](https://bioconductor.org/shields/lastcommit/release/bioc/GSVA.svg)](https://bioconductor.org/checkResults/devel/bioc-LATEST/GSVA "Time since last commit, possible values: today, < 1 week, < 1 month, < 3 months, since release, before release")
6 5
 [![Support posts](https://bioconductor.org/shields/posts/GSVA.svg)](https://support.bioconductor.org/t/GSVA/ "Support site activity on GSVA, last 6 months: tagged questions/avg. answers per question/avg. comments per question/accepted answers, or 0 if no tagged posts.")
7 6
 <img align="right" src="https://raw.githubusercontent.com/Bioconductor/BiocStickers/master/GSVA/GSVA.png" height="200"/>
8 7
 
9 8
 **Current build status**
10 9
 - `release` [![Bioconductor Availability](https://bioconductor.org/shields/availability/release/GSVA.svg)](https://bioconductor.org/packages/release/bioc/html/GSVA.html#archives "Whether GSVA release is available on all platforms") 
11
-[![Bioconductor Release Build](https://bioconductor.org/shields/build/release/bioc/GSVA.svg)](https://bioconductor.org/checkResults/release/bioc-LATEST/GSVA/ "Bioconductor release build")
12 10
 [![Bioconductor Dependencies](https://bioconductor.org/shields/dependencies/release/GSVA.svg)](https://bioconductor.org/packages/release/bioc/html/GSVA.html#since "Number of recursive dependencies needed to install package")
11
+[![Bioconductor Commits](https://bioconductor.org/shields/lastcommit/release/bioc/GSVA.svg)](https://bioconductor.org/checkResults/devel/bioc-LATEST/GSVA "Time since last commit, possible values: today, < 1 week, < 1 month, < 3 months, since release, before release")
12
+[![Bioconductor Release Build](https://bioconductor.org/shields/build/release/bioc/GSVA.svg)](https://bioconductor.org/checkResults/release/bioc-LATEST/GSVA/ "Bioconductor release build")
13 13
 - `development` [![Bioconductor Availability](https://bioconductor.org/shields/availability/devel/GSVA.svg)](https://bioconductor.org/packages/devel/bioc/html/GSVA.html#archives "Whether GSVA devel is available on all platforms") 
14
-[![Bioconductor Devel Build](https://bioconductor.org/shields/build/devel/bioc/GSVA.svg)](https://bioconductor.org/checkResults/devel/bioc-LATEST/GSVA/ "Bioconductor devel build")
15 14
 [![Bioconductor Dependencies](https://bioconductor.org/shields/dependencies/devel/GSVA.svg)](https://bioconductor.org/packages/devel/bioc/html/GSVA.html#since "Number of recursive dependencies needed to install package")
15
+[![Bioconductor Commits](https://bioconductor.org/shields/lastcommit/devel/bioc/GSVA.svg)](https://bioconductor.org/checkResults/devel/bioc-LATEST/GSVA "Time since last commit, possible values: today, < 1 week, < 1 month, < 3 months, since release, before release")
16
+[![Bioconductor Devel Build](https://bioconductor.org/shields/build/devel/bioc/GSVA.svg)](https://bioconductor.org/checkResults/devel/bioc-LATEST/GSVA/ "Bioconductor devel build")
16 17
 
17 18
 The `GSVA` package allows one to perform a change in coordinate systems of molecular measurements, transforming the data from a gene by sample matrix to a gene-set by sample matrix, thereby allowing the evaluation of pathway enrichment for each sample. This new matrix of GSVA enrichment scores facilitates applying standard analytical methods such as functional enrichment, survival analysis, clustering, CNV-pathway analysis or cross-tissue pathway analysis, in a pathway-centric manner. For citing `GSVA` as a software package, please use the following reference:
18 19
 
Browse code

Updated README.

Robert Castelo authored on 05/09/2019 06:43:33
Showing 1 changed files
... ...
@@ -7,12 +7,12 @@
7 7
 <img align="right" src="https://raw.githubusercontent.com/Bioconductor/BiocStickers/master/GSVA/GSVA.png" height="200"/>
8 8
 
9 9
 **Current build status**
10
-- `release` [![Bioconductor Availability](http://bioconductor.org/shields/availability/release/GSVA.svg)](http://bioconductor.org/packages/release/bioc/html/GSVA.html#archives "Whether GSVA release is available on all platforms") 
11
-[![Bioconductor Release Build](http://bioconductor.org/shields/build/release/bioc/GSVA.svg)](http://bioconductor.org/checkResults/release/bioc-LATEST/GSVA/ "Bioconductor release build")
12
-[![Bioconductor Dependencies](http://bioconductor.org/shields/dependencies/release/GSVA.svg)](http://bioconductor.org/packages/release/bioc/html/GSVA.html#since "Number of recursive dependencies needed to install package")
13
-- `development` [![Bioconductor Availability](http://bioconductor.org/shields/availability/devel/GSVA.svg)](http://bioconductor.org/packages/devel/bioc/html/GSVA.html#archives "Whether GSVA devel is available on all platforms") 
14
-[![Bioconductor Devel Build](http://bioconductor.org/shields/build/devel/bioc/GSVA.svg)](http://bioconductor.org/checkResults/devel/bioc-LATEST/GSVA/ "Bioconductor devel build")
15
-[![Bioconductor Dependencies](http://bioconductor.org/shields/dependencies/devel/GSVA.svg)](http://bioconductor.org/packages/devel/bioc/html/GSVA.html#since "Number of recursive dependencies needed to install package")
10
+- `release` [![Bioconductor Availability](https://bioconductor.org/shields/availability/release/GSVA.svg)](https://bioconductor.org/packages/release/bioc/html/GSVA.html#archives "Whether GSVA release is available on all platforms") 
11
+[![Bioconductor Release Build](https://bioconductor.org/shields/build/release/bioc/GSVA.svg)](https://bioconductor.org/checkResults/release/bioc-LATEST/GSVA/ "Bioconductor release build")
12
+[![Bioconductor Dependencies](https://bioconductor.org/shields/dependencies/release/GSVA.svg)](https://bioconductor.org/packages/release/bioc/html/GSVA.html#since "Number of recursive dependencies needed to install package")
13
+- `development` [![Bioconductor Availability](https://bioconductor.org/shields/availability/devel/GSVA.svg)](https://bioconductor.org/packages/devel/bioc/html/GSVA.html#archives "Whether GSVA devel is available on all platforms") 
14
+[![Bioconductor Devel Build](https://bioconductor.org/shields/build/devel/bioc/GSVA.svg)](https://bioconductor.org/checkResults/devel/bioc-LATEST/GSVA/ "Bioconductor devel build")
15
+[![Bioconductor Dependencies](https://bioconductor.org/shields/dependencies/devel/GSVA.svg)](https://bioconductor.org/packages/devel/bioc/html/GSVA.html#since "Number of recursive dependencies needed to install package")
16 16
 
17 17
 The `GSVA` package allows one to perform a change in coordinate systems of molecular measurements, transforming the data from a gene by sample matrix to a gene-set by sample matrix, thereby allowing the evaluation of pathway enrichment for each sample. This new matrix of GSVA enrichment scores facilitates applying standard analytical methods such as functional enrichment, survival analysis, clustering, CNV-pathway analysis or cross-tissue pathway analysis, in a pathway-centric manner. For citing `GSVA` as a software package, please use the following reference:
18 18
 
... ...
@@ -20,10 +20,10 @@ The `GSVA` package allows one to perform a change in coordinate systems of molec
20 20
 
21 21
 ## Installation
22 22
 
23
-This is the __development__ version of the R/Bioconductor package GSVA. This version is unstable and should be used only to test new features. If you are looking for the __release__ version of this package please go to its package release landing page at [http://bioconductor.org/packages/GSVA](http://bioconductor.org/packages/GSVA) and follow the instructions there to install it.
23
+This is the __development__ version of the R/Bioconductor package GSVA. This version is unstable and should be used only to test new features. If you are looking for the __release__ version of this package please go to its package release landing page at [https://bioconductor.org/packages/GSVA](https://bioconductor.org/packages/GSVA) and follow the instructions there to install it.
24 24
 
25 25
 If you were really looking for this development version, then to install it you
26
-need first to install the development version of R that you can find at [http://cran.r-project.org](http://cran.r-project.org) and then type the following instructions from the R shell:
26
+need first to install the development version of R that you can find at [https://cran.r-project.org](https://cran.r-project.org) and then type the following instructions from the R shell:
27 27
 
28 28
 ```r
29 29
 install.packages("BiocManager")
... ...
@@ -41,7 +41,7 @@ install_github("rcastelo/GSVA")
41 41
 ## Questions, bug reports and issues
42 42
 
43 43
 For questions and bug reports regarding the __release__ version of **GSVA**
44
-please use the [Bioconductor support site](http://support.bioconductor.org "Bioconductor support site").
44
+please use the [Bioconductor support site](https://support.bioconductor.org "Bioconductor support site").
45 45
 For bug reports and issues regarding this __development__ version of **GSVA**
46 46
 please use the GitHub issues link at the top-right of this page
47 47
 ([https://github.com/rcastelo/GSVA/issues](https://github.com/rcastelo/GSVA/issues)).
Browse code

Fixed badges in README.

Robert Castelo authored on 03/09/2019 15:11:13
Showing 1 changed files
... ...
@@ -1,16 +1,18 @@
1 1
 # GSVA: gene set variation analysis for microarray and RNA-seq data
2 2
 
3
-[![Bioconductor Time](http://bioconductor.org/shields/years-in-bioc/GSVA.svg)](http://bioconductor.org/packages/release/bioc/html/GSVA.html "How long has been GSVA in a release of Bioconductor")
4
-[![Bioconductor Downloads](http://bioconductor.org/shields/downloads/GSVA.svg)](http://bioconductor.org/packages/stats/bioc/GSVA/ "Percentile (top 5/20/50% or 'available') of downloads over the last 6 full months")
5
-[![Bioconductor Commits](http://bioconductor.org/shields/commits/bioc/GSVA.svg)](http://bioconductor.org/packages/devel/bioc/html/GSVA.html#svn_source "Average SVN commits (to the devel branch) per month over the last 6 months")
6
-[![Support posts](http://bioconductor.org/shields/posts/GSVA.svg)](https://support.bioconductor.org/t/GSVA/ "Bioconductor support site activity on GSVA, last 6 months: tagged questions/avg. answers per question/avg. comments per question/accepted answers, or 0 if no tagged posts.")
3
+[![Bioconductor Time](https://bioconductor.org/shields/years-in-bioc/GSVA.svg)](https://bioconductor.org/packages/release/bioc/html/GSVA.html "How long has been GSVA in a release of Bioconductor")
4
+[![Bioconductor Downloads](https://bioconductor.org/shields/downloads/GSVA.svg)](https://bioconductor.org/packages/stats/bioc/GSVA/ "Ranking by number of downloads. A lower number means the package is downloaded more frequently. Determined within a package type (software, experiment, annotation, workflow) and uses the number of distinct IPs for the last 12 months")
5
+[![Bioconductor Commits](https://bioconductor.org/shields/lastcommit/release/bioc/GSVA.svg)](https://bioconductor.org/checkResults/devel/bioc-LATEST/GSVA "Time since last commit, possible values: today, < 1 week, < 1 month, < 3 months, since release, before release")
6
+[![Support posts](https://bioconductor.org/shields/posts/GSVA.svg)](https://support.bioconductor.org/t/GSVA/ "Support site activity on GSVA, last 6 months: tagged questions/avg. answers per question/avg. comments per question/accepted answers, or 0 if no tagged posts.")
7 7
 <img align="right" src="https://raw.githubusercontent.com/Bioconductor/BiocStickers/master/GSVA/GSVA.png" height="200"/>
8 8
 
9 9
 **Current build status**
10 10
 - `release` [![Bioconductor Availability](http://bioconductor.org/shields/availability/release/GSVA.svg)](http://bioconductor.org/packages/release/bioc/html/GSVA.html#archives "Whether GSVA release is available on all platforms") 
11 11
 [![Bioconductor Release Build](http://bioconductor.org/shields/build/release/bioc/GSVA.svg)](http://bioconductor.org/checkResults/release/bioc-LATEST/GSVA/ "Bioconductor release build")
12
+[![Bioconductor Dependencies](http://bioconductor.org/shields/dependencies/release/GSVA.svg)](http://bioconductor.org/packages/release/bioc/html/GSVA.html#since "Number of recursive dependencies needed to install package")
12 13
 - `development` [![Bioconductor Availability](http://bioconductor.org/shields/availability/devel/GSVA.svg)](http://bioconductor.org/packages/devel/bioc/html/GSVA.html#archives "Whether GSVA devel is available on all platforms") 
13 14
 [![Bioconductor Devel Build](http://bioconductor.org/shields/build/devel/bioc/GSVA.svg)](http://bioconductor.org/checkResults/devel/bioc-LATEST/GSVA/ "Bioconductor devel build")
15
+[![Bioconductor Dependencies](http://bioconductor.org/shields/dependencies/devel/GSVA.svg)](http://bioconductor.org/packages/devel/bioc/html/GSVA.html#since "Number of recursive dependencies needed to install package")
14 16
 
15 17
 The `GSVA` package allows one to perform a change in coordinate systems of molecular measurements, transforming the data from a gene by sample matrix to a gene-set by sample matrix, thereby allowing the evaluation of pathway enrichment for each sample. This new matrix of GSVA enrichment scores facilitates applying standard analytical methods such as functional enrichment, survival analysis, clustering, CNV-pathway analysis or cross-tissue pathway analysis, in a pathway-centric manner. For citing `GSVA` as a software package, please use the following reference:
16 18
 
Browse code

Fix typo in README.

Robert Castelo authored on 03/09/2019 14:22:54
Showing 1 changed files
... ...
@@ -12,7 +12,7 @@
12 12
 - `development` [![Bioconductor Availability](http://bioconductor.org/shields/availability/devel/GSVA.svg)](http://bioconductor.org/packages/devel/bioc/html/GSVA.html#archives "Whether GSVA devel is available on all platforms") 
13 13
 [![Bioconductor Devel Build](http://bioconductor.org/shields/build/devel/bioc/GSVA.svg)](http://bioconductor.org/checkResults/devel/bioc-LATEST/GSVA/ "Bioconductor devel build")
14 14
 
15
-The `GSVA` package allows one to perform a change in coordinate systems of molecular measurements, transforming the data from a gene by sample matrix to a gene-set by sample matrix, thereby allowing the evaluation of pathway enrichment for each sample. This new matrix of GSVA enrichment scores facilitates applying standard analytical methods like functional enrichment, survival analysis, clustering, CNV-pathway analysis or cross-tissue pathway analysis, in a pathway-centric manner. For citing `GSVA` as a software package, please use the following reference:
15
+The `GSVA` package allows one to perform a change in coordinate systems of molecular measurements, transforming the data from a gene by sample matrix to a gene-set by sample matrix, thereby allowing the evaluation of pathway enrichment for each sample. This new matrix of GSVA enrichment scores facilitates applying standard analytical methods such as functional enrichment, survival analysis, clustering, CNV-pathway analysis or cross-tissue pathway analysis, in a pathway-centric manner. For citing `GSVA` as a software package, please use the following reference:
16 16
 
17 17
   H&auml;nzelmann S., Castelo R. and Guinney J. GSVA: gene set variation analysis for microarray and RNA-Seq data. BMC _Bioinformatics_, 14:7, 2013.
18 18
 
Browse code

clean up the use of BiocInstaller

Qian Liu authored on 06/09/2018 21:15:16
Showing 1 changed files
... ...
@@ -25,9 +25,7 @@ need first to install the development version of R that you can find at [http://
25 25
 
26 26
 ```r
27 27
 install.packages("BiocManager")
28
-BiocManager::install("BiocInstaller", version="devel")
29
-BiocInstaller::useDevel()
30
-BiocManager::install("GSVA")
28
+BiocManager::install("GSVA", version = "devel")
31 29
 ```
32 30
 
33 31
 Alternatively, you can install it from GitHub using the [devtools](https://github.com/hadley/devtools "devtools") package.
Browse code

Replacing biocLite() by BiocManager::install().

[rcastelo] authored on 16/07/2018 06:39:11
Showing 1 changed files
... ...
@@ -26,7 +26,7 @@ need first to install the development version of R that you can find at [http://
26 26
 ```r
27 27
 install.packages("BiocManager")
28 28
 BiocManager::install("BiocInstaller", version="devel")
29
-useDevel()
29
+BiocInstaller::useDevel()
30 30
 BiocManager::install("GSVA")
31 31
 ```
32 32
 
Browse code

Replacing biocLite() by BiocManager::install().

[rcastelo] authored on 16/07/2018 06:33:03
Showing 1 changed files
... ...
@@ -24,10 +24,10 @@ If you were really looking for this development version, then to install it you
24 24
 need first to install the development version of R that you can find at [http://cran.r-project.org](http://cran.r-project.org) and then type the following instructions from the R shell:
25 25
 
26 26
 ```r
27
-source("http://bioconductor.org/biocLite.R")
28
-library(BiocInstaller)
27
+install.packages("BiocManager")
28
+BiocManager::install("BiocInstaller", version="devel")
29 29
 useDevel()
30
-biocLite("GSVA")
30
+BiocManager::install("GSVA")
31 31
 ```
32 32
 
33 33
 Alternatively, you can install it from GitHub using the [devtools](https://github.com/hadley/devtools "devtools") package.
Browse code

Updated README.md

[rcastelo] authored on 23/04/2018 10:54:26
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 # GSVA: gene set variation analysis for microarray and RNA-seq data
2 2
 
3 3
 [![Bioconductor Time](http://bioconductor.org/shields/years-in-bioc/GSVA.svg)](http://bioconductor.org/packages/release/bioc/html/GSVA.html "How long has been GSVA in a release of Bioconductor")
4
-[![Bioconductor Downloads](http://bioconductor.org/shields/downloads/GSVA.svg)](http://bioconductor.org/packages/stats/bioc/GSVA.html "Percentile (top 5/20/50% or 'available') of downloads over the last 6 full months")
4
+[![Bioconductor Downloads](http://bioconductor.org/shields/downloads/GSVA.svg)](http://bioconductor.org/packages/stats/bioc/GSVA/ "Percentile (top 5/20/50% or 'available') of downloads over the last 6 full months")
5 5
 [![Bioconductor Commits](http://bioconductor.org/shields/commits/bioc/GSVA.svg)](http://bioconductor.org/packages/devel/bioc/html/GSVA.html#svn_source "Average SVN commits (to the devel branch) per month over the last 6 months")
6 6
 [![Support posts](http://bioconductor.org/shields/posts/GSVA.svg)](https://support.bioconductor.org/t/GSVA/ "Bioconductor support site activity on GSVA, last 6 months: tagged questions/avg. answers per question/avg. comments per question/accepted answers, or 0 if no tagged posts.")
7 7
 <img align="right" src="https://raw.githubusercontent.com/Bioconductor/BiocStickers/master/GSVA/GSVA.png" height="200"/>
Browse code

Updated NEWS and README.md files.

[rcastelo] authored on 23/04/2018 10:50:01
Showing 1 changed files
... ...
@@ -4,6 +4,7 @@
4 4
 [![Bioconductor Downloads](http://bioconductor.org/shields/downloads/GSVA.svg)](http://bioconductor.org/packages/stats/bioc/GSVA.html "Percentile (top 5/20/50% or 'available') of downloads over the last 6 full months")
5 5
 [![Bioconductor Commits](http://bioconductor.org/shields/commits/bioc/GSVA.svg)](http://bioconductor.org/packages/devel/bioc/html/GSVA.html#svn_source "Average SVN commits (to the devel branch) per month over the last 6 months")
6 6
 [![Support posts](http://bioconductor.org/shields/posts/GSVA.svg)](https://support.bioconductor.org/t/GSVA/ "Bioconductor support site activity on GSVA, last 6 months: tagged questions/avg. answers per question/avg. comments per question/accepted answers, or 0 if no tagged posts.")
7
+<img align="right" src="https://raw.githubusercontent.com/Bioconductor/BiocStickers/master/GSVA/GSVA.png" height="200"/>
7 8
 
8 9
 **Current build status**
9 10
 - `release` [![Bioconductor Availability](http://bioconductor.org/shields/availability/release/GSVA.svg)](http://bioconductor.org/packages/release/bioc/html/GSVA.html#archives "Whether GSVA release is available on all platforms") 
... ...
@@ -11,6 +12,10 @@
11 12
 - `development` [![Bioconductor Availability](http://bioconductor.org/shields/availability/devel/GSVA.svg)](http://bioconductor.org/packages/devel/bioc/html/GSVA.html#archives "Whether GSVA devel is available on all platforms") 
12 13
 [![Bioconductor Devel Build](http://bioconductor.org/shields/build/devel/bioc/GSVA.svg)](http://bioconductor.org/checkResults/devel/bioc-LATEST/GSVA/ "Bioconductor devel build")
13 14
 
15
+The `GSVA` package allows one to perform a change in coordinate systems of molecular measurements, transforming the data from a gene by sample matrix to a gene-set by sample matrix, thereby allowing the evaluation of pathway enrichment for each sample. This new matrix of GSVA enrichment scores facilitates applying standard analytical methods like functional enrichment, survival analysis, clustering, CNV-pathway analysis or cross-tissue pathway analysis, in a pathway-centric manner. For citing `GSVA` as a software package, please use the following reference:
16
+
17
+  H&auml;nzelmann S., Castelo R. and Guinney J. GSVA: gene set variation analysis for microarray and RNA-Seq data. BMC _Bioinformatics_, 14:7, 2013.
18
+
14 19
 ## Installation
15 20
 
16 21
 This is the __development__ version of the R/Bioconductor package GSVA. This version is unstable and should be used only to test new features. If you are looking for the __release__ version of this package please go to its package release landing page at [http://bioconductor.org/packages/GSVA](http://bioconductor.org/packages/GSVA) and follow the instructions there to install it.
Browse code

Added README file.

[rcastelo] authored on 25/10/2017 07:29:58
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,42 @@
1
+# GSVA: gene set variation analysis for microarray and RNA-seq data
2
+
3
+[![Bioconductor Time](http://bioconductor.org/shields/years-in-bioc/GSVA.svg)](http://bioconductor.org/packages/release/bioc/html/GSVA.html "How long has been GSVA in a release of Bioconductor")
4
+[![Bioconductor Downloads](http://bioconductor.org/shields/downloads/GSVA.svg)](http://bioconductor.org/packages/stats/bioc/GSVA.html "Percentile (top 5/20/50% or 'available') of downloads over the last 6 full months")
5
+[![Bioconductor Commits](http://bioconductor.org/shields/commits/bioc/GSVA.svg)](http://bioconductor.org/packages/devel/bioc/html/GSVA.html#svn_source "Average SVN commits (to the devel branch) per month over the last 6 months")
6
+[![Support posts](http://bioconductor.org/shields/posts/GSVA.svg)](https://support.bioconductor.org/t/GSVA/ "Bioconductor support site activity on GSVA, last 6 months: tagged questions/avg. answers per question/avg. comments per question/accepted answers, or 0 if no tagged posts.")
7
+
8
+**Current build status**
9
+- `release` [![Bioconductor Availability](http://bioconductor.org/shields/availability/release/GSVA.svg)](http://bioconductor.org/packages/release/bioc/html/GSVA.html#archives "Whether GSVA release is available on all platforms") 
10
+[![Bioconductor Release Build](http://bioconductor.org/shields/build/release/bioc/GSVA.svg)](http://bioconductor.org/checkResults/release/bioc-LATEST/GSVA/ "Bioconductor release build")
11
+- `development` [![Bioconductor Availability](http://bioconductor.org/shields/availability/devel/GSVA.svg)](http://bioconductor.org/packages/devel/bioc/html/GSVA.html#archives "Whether GSVA devel is available on all platforms") 
12
+[![Bioconductor Devel Build](http://bioconductor.org/shields/build/devel/bioc/GSVA.svg)](http://bioconductor.org/checkResults/devel/bioc-LATEST/GSVA/ "Bioconductor devel build")
13
+
14
+## Installation
15
+
16
+This is the __development__ version of the R/Bioconductor package GSVA. This version is unstable and should be used only to test new features. If you are looking for the __release__ version of this package please go to its package release landing page at [http://bioconductor.org/packages/GSVA](http://bioconductor.org/packages/GSVA) and follow the instructions there to install it.
17
+
18
+If you were really looking for this development version, then to install it you
19
+need first to install the development version of R that you can find at [http://cran.r-project.org](http://cran.r-project.org) and then type the following instructions from the R shell:
20
+
21
+```r
22
+source("http://bioconductor.org/biocLite.R")
23
+library(BiocInstaller)
24
+useDevel()
25
+biocLite("GSVA")
26
+```
27
+
28
+Alternatively, you can install it from GitHub using the [devtools](https://github.com/hadley/devtools "devtools") package.
29
+
30
+```r
31
+install.packages("devtools")
32
+library(devtools)
33
+install_github("rcastelo/GSVA")
34
+```
35
+
36
+## Questions, bug reports and issues
37
+
38
+For questions and bug reports regarding the __release__ version of **GSVA**
39
+please use the [Bioconductor support site](http://support.bioconductor.org "Bioconductor support site").
40
+For bug reports and issues regarding this __development__ version of **GSVA**
41
+please use the GitHub issues link at the top-right of this page
42
+([https://github.com/rcastelo/GSVA/issues](https://github.com/rcastelo/GSVA/issues)).