GSALightning
GSALightning: Ultra-Fast Permutation-based Gene Set Analysis
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 1 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.8%) to scientific vocabulary
Last synced: 11 months ago
·
JSON representation
Repository
GSALightning: Ultra-Fast Permutation-based Gene Set Analysis
Basic Info
- Host: GitHub
- Owner: billyhw
- License: gpl-2.0
- Language: R
- Default Branch: master
- Size: 78.3 MB
Statistics
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 1
- Releases: 0
Created almost 11 years ago
· Last pushed about 9 years ago
https://github.com/billyhw/GSALightning/blob/master/
[](https://travis-ci.org/billyhw/GSALightning)
[](https://ci.appveyor.com/project/billyhw/gsalightning/branch/master)
[](https://codecov.io/gh/billyhw/GSALightning)
## Motivation
GSA-Lightning is an R package that provides a fast implementation of permutation-based gene set
analysis for two-sample problem. This package is particularly useful when testing
simultaneously a large number of gene sets, or when a large number of permutations
is necessary for more accurate p-values estimation.
## Installation
GSA-Lightning requires R 3.3.0 or above (https://www.r-project.org/).
We recommend using the R "devtools" package to install GSALightning from Github.
To install devtools, in an R prompt type:
```{r}
install.packages("devtools")
```
To use devtools to install GSA-Lightning, type:
```{r}
devtools::install_github("billyhw/GSALightning")
```
Since the package contains some large example gene expression data sets, the download time may take 1-3 minutes. Please kindly be patient.
If the R vignette is also desired, use instead:
```{r}
library(devtools)
install_github("billyhw/GSALightning", build_vignette = TRUE)
```
Note the vignette will take some time to build (4-5 minutes) due to some large-scale analysis examples included in the vignette.
The Bioconductor stable release of GSA-Lightning is at:
https://bioconductor.org/packages/release/bioc/html/GSALightning.html
## Code
Please consult the R help page of GSA-Lightning for examples:
```{r}
? GSALight
```
## Contributor
Billy Heung Wing Chang (billyheungwing@gmail.com)
## Reference
Billy Heung Wing Chang and Weidong Tian (2016) GSA-Lightning: Ultra-fast Permutation-based Gene Set Analysis. Bioinformatics. doi: 10.1093/bioinformatics/btw349
http://bioinformatics.oxfordjournals.org/content/early/2016/06/11/bioinformatics.btw349.abstract
## License
GPL (>=2)
Owner
- Name: Billy Chang
- Login: billyhw
- Kind: user
- Repositories: 38
- Profile: https://github.com/billyhw
GitHub Events
Total
Last Year
Committers
Last synced: almost 3 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| billyhw | b****g@g****m | 133 |
| billyhw | b****g@y****a | 38 |
Committer Domains (Top 20 + Academic)
yahoo.ca: 1
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 3
- Total pull requests: 23
- Average time to close issues: 3 months
- Average time to close pull requests: 8 days
- Total issue authors: 2
- Total pull request authors: 1
- Average comments per issue: 0.67
- Average comments per pull request: 0.0
- Merged pull requests: 22
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- billyhw (2)
- sinjia7 (1)
Pull Request Authors
- billyhw (23)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- bioconductor 14,048 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 5
- Total maintainers: 1
bioconductor.org: GSALightning
Fast Permutation-based Gene Set Analysis
- Homepage: https://github.com/billyhw/GSALightning
- Documentation: https://bioconductor.org/packages/release/bioc/vignettes/GSALightning/inst/doc/GSALightning.pdf
- License: GPL (>=2)
-
Latest release: 1.36.0
published over 1 year ago
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 19.5%
Downloads: 58.6%
Maintainers (1)
Last synced:
11 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.3.0 depends
- GSA * imports
- Matrix * imports
- data.table * imports
- samr * imports
- stats * imports
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests