... | ... |
@@ -3,9 +3,12 @@ |
3 | 3 |
[](https://bioconductor.org/packages/release/bioc/html/GSVA.html "How long has been GSVA in a release of Bioconductor") |
4 | 4 |
[](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 |
[](https://support.bioconductor.org/t/GSVA/ "Support site activity on GSVA, last 6 months: answered posts/total posts.") |
6 |
+[](https://github.com/rcastelo/GSVA/actions?query=workflow%3AR-CMD-check-bioc) |
|
7 |
+[](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` [](https://bioconductor.org/packages/release/bioc/html/GSVA.html#archives "Whether GSVA release is available on all platforms") |
10 | 13 |
[](https://bioconductor.org/packages/release/bioc/html/GSVA.html#since "Number of recursive dependencies needed to install package") |
11 | 14 |
[](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") |
... | ... |
@@ -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 |
|
... | ... |
@@ -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 |
|
... | ... |
@@ -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") |
... | ... |
@@ -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 |
|
... | ... |
@@ -1,14 +1,14 @@ |
1 | 1 |
# GSVA: gene set variation analysis for microarray and RNA-seq data |
2 | 2 |
|
3 | 3 |
[](https://bioconductor.org/packages/release/bioc/html/GSVA.html "How long has been GSVA in a release of Bioconductor") |
4 |
-[](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 |
-[](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 |
+[](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 |
+[](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` [](https://bioconductor.org/packages/release/bioc/html/GSVA.html#archives "Whether GSVA release is available on all platforms") |
10 | 10 |
[](https://bioconductor.org/packages/release/bioc/html/GSVA.html#since "Number of recursive dependencies needed to install package") |
11 |
-[](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 |
+[](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 |
[](https://bioconductor.org/checkResults/release/bioc-LATEST/GSVA/ "Bioconductor release build") |
13 | 13 |
- `development` [](https://bioconductor.org/packages/devel/bioc/html/GSVA.html#archives "Whether GSVA devel is available on all platforms") |
14 | 14 |
[](https://bioconductor.org/packages/devel/bioc/html/GSVA.html#since "Number of recursive dependencies needed to install package") |
... | ... |
@@ -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). |
... | ... |
@@ -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)). |
... | ... |
@@ -2,17 +2,18 @@ |
2 | 2 |
|
3 | 3 |
[](https://bioconductor.org/packages/release/bioc/html/GSVA.html "How long has been GSVA in a release of Bioconductor") |
4 | 4 |
[](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 |
-[](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 |
[](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` [](https://bioconductor.org/packages/release/bioc/html/GSVA.html#archives "Whether GSVA release is available on all platforms") |
11 |
-[](https://bioconductor.org/checkResults/release/bioc-LATEST/GSVA/ "Bioconductor release build") |
|
12 | 10 |
[](https://bioconductor.org/packages/release/bioc/html/GSVA.html#since "Number of recursive dependencies needed to install package") |
11 |
+[](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 |
+[](https://bioconductor.org/checkResults/release/bioc-LATEST/GSVA/ "Bioconductor release build") |
|
13 | 13 |
- `development` [](https://bioconductor.org/packages/devel/bioc/html/GSVA.html#archives "Whether GSVA devel is available on all platforms") |
14 |
-[](https://bioconductor.org/checkResults/devel/bioc-LATEST/GSVA/ "Bioconductor devel build") |
|
15 | 14 |
[](https://bioconductor.org/packages/devel/bioc/html/GSVA.html#since "Number of recursive dependencies needed to install package") |
15 |
+[](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 |
+[](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 |
|
... | ... |
@@ -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` [](http://bioconductor.org/packages/release/bioc/html/GSVA.html#archives "Whether GSVA release is available on all platforms") |
|
11 |
-[](http://bioconductor.org/checkResults/release/bioc-LATEST/GSVA/ "Bioconductor release build") |
|
12 |
-[](http://bioconductor.org/packages/release/bioc/html/GSVA.html#since "Number of recursive dependencies needed to install package") |
|
13 |
-- `development` [](http://bioconductor.org/packages/devel/bioc/html/GSVA.html#archives "Whether GSVA devel is available on all platforms") |
|
14 |
-[](http://bioconductor.org/checkResults/devel/bioc-LATEST/GSVA/ "Bioconductor devel build") |
|
15 |
-[](http://bioconductor.org/packages/devel/bioc/html/GSVA.html#since "Number of recursive dependencies needed to install package") |
|
10 |
+- `release` [](https://bioconductor.org/packages/release/bioc/html/GSVA.html#archives "Whether GSVA release is available on all platforms") |
|
11 |
+[](https://bioconductor.org/checkResults/release/bioc-LATEST/GSVA/ "Bioconductor release build") |
|
12 |
+[](https://bioconductor.org/packages/release/bioc/html/GSVA.html#since "Number of recursive dependencies needed to install package") |
|
13 |
+- `development` [](https://bioconductor.org/packages/devel/bioc/html/GSVA.html#archives "Whether GSVA devel is available on all platforms") |
|
14 |
+[](https://bioconductor.org/checkResults/devel/bioc-LATEST/GSVA/ "Bioconductor devel build") |
|
15 |
+[](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)). |
... | ... |
@@ -1,16 +1,18 @@ |
1 | 1 |
# GSVA: gene set variation analysis for microarray and RNA-seq data |
2 | 2 |
|
3 |
-[](http://bioconductor.org/packages/release/bioc/html/GSVA.html "How long has been GSVA in a release of Bioconductor") |
|
4 |
-[](http://bioconductor.org/packages/stats/bioc/GSVA/ "Percentile (top 5/20/50% or 'available') of downloads over the last 6 full months") |
|
5 |
-[](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 |
-[](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 |
+[](https://bioconductor.org/packages/release/bioc/html/GSVA.html "How long has been GSVA in a release of Bioconductor") |
|
4 |
+[](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 |
+[](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 |
+[](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` [](http://bioconductor.org/packages/release/bioc/html/GSVA.html#archives "Whether GSVA release is available on all platforms") |
11 | 11 |
[](http://bioconductor.org/checkResults/release/bioc-LATEST/GSVA/ "Bioconductor release build") |
12 |
+[](http://bioconductor.org/packages/release/bioc/html/GSVA.html#since "Number of recursive dependencies needed to install package") |
|
12 | 13 |
- `development` [](http://bioconductor.org/packages/devel/bioc/html/GSVA.html#archives "Whether GSVA devel is available on all platforms") |
13 | 14 |
[](http://bioconductor.org/checkResults/devel/bioc-LATEST/GSVA/ "Bioconductor devel build") |
15 |
+[](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 |
|
... | ... |
@@ -12,7 +12,7 @@ |
12 | 12 |
- `development` [](http://bioconductor.org/packages/devel/bioc/html/GSVA.html#archives "Whether GSVA devel is available on all platforms") |
13 | 13 |
[](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ä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 |
|
... | ... |
@@ -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. |
... | ... |
@@ -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 |
|
... | ... |
@@ -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. |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
# GSVA: gene set variation analysis for microarray and RNA-seq data |
2 | 2 |
|
3 | 3 |
[](http://bioconductor.org/packages/release/bioc/html/GSVA.html "How long has been GSVA in a release of Bioconductor") |
4 |
-[](http://bioconductor.org/packages/stats/bioc/GSVA.html "Percentile (top 5/20/50% or 'available') of downloads over the last 6 full months") |
|
4 |
+[](http://bioconductor.org/packages/stats/bioc/GSVA/ "Percentile (top 5/20/50% or 'available') of downloads over the last 6 full months") |
|
5 | 5 |
[](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 |
[](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"/> |
... | ... |
@@ -4,6 +4,7 @@ |
4 | 4 |
[](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 |
[](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 |
[](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` [](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` [](http://bioconductor.org/packages/devel/bioc/html/GSVA.html#archives "Whether GSVA devel is available on all platforms") |
12 | 13 |
[](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ä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. |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,42 @@ |
1 |
+# GSVA: gene set variation analysis for microarray and RNA-seq data |
|
2 |
+ |
|
3 |
+[](http://bioconductor.org/packages/release/bioc/html/GSVA.html "How long has been GSVA in a release of Bioconductor") |
|
4 |
+[](http://bioconductor.org/packages/stats/bioc/GSVA.html "Percentile (top 5/20/50% or 'available') of downloads over the last 6 full months") |
|
5 |
+[](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 |
+[](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` [](http://bioconductor.org/packages/release/bioc/html/GSVA.html#archives "Whether GSVA release is available on all platforms") |
|
10 |
+[](http://bioconductor.org/checkResults/release/bioc-LATEST/GSVA/ "Bioconductor release build") |
|
11 |
+- `development` [](http://bioconductor.org/packages/devel/bioc/html/GSVA.html#archives "Whether GSVA devel is available on all platforms") |
|
12 |
+[](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)). |