https://github.com/lpantano/degreport
Create a cromphensive report of DEG list coming from any analysis of RNAseq data
https://github.com/lpantano/degreport
bioconductor differential-expression qc r report rna-seq smallrna
Last synced: about 1 year ago
JSON representation
Create a cromphensive report of DEG list coming from any analysis of RNAseq data
- Host: GitHub
- URL: https://github.com/lpantano/degreport
- Owner: lpantano
- License: mit
- Created: 2014-03-13T13:06:49.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T23:03:53.000Z (over 2 years ago)
- Last Synced: 2025-02-27T10:47:46.698Z (over 1 year ago)
- Topics: bioconductor, differential-expression, qc, r, report, rna-seq, smallrna
- Language: R
- Homepage: http://lpantano.github.io/DEGreport/
- Size: 51.7 MB
- Stars: 24
- Watchers: 5
- Forks: 16
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEGreport

[](https://travis-ci.org/lpantano/DEGreport)
[](http://www.repostatus.org/#active)
[](http://bioconductor.org/packages/3.6/bioc/html/DEGreport.html)
[](https://codecov.io/github/lpantano/DEGreport?branch=master)
[](https://platform.batchx.io/lpantano-team/tools/degreport%2Fdeg-patterns "Support this project by running your production jobs at BatchX")
QCs, figures and analyses after differential expression with DESeq2 or other similar tool.
Pantano L (2017). DEGreport: Report of DEG analysis. R package version 1.13.8.
DOI: [10.18129/B9.bioc.DEGreport](https://doi.org/doi:10.18129/B9.bioc.DEGreport)
## Installation
This is an [R][] package.
### [Bioconductor][] stable version
```r
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("DEGreport")
```
### [Bioconductor][] latest version
```r
devtools::install_git("https://git@git.bioconductor.org/packages/DEGreport")
```
### [devtools][] unstable version
```r
install.packages("devtools")
devtools::install_github("lpantano/DEGreport")
```
Load the package and learn what to do:
`browseVignettes("DEGreport")`
Here is the last devel [vignette](https://bioconductor.org/packages/devel/bioc/vignettes/DEGreport/inst/doc/DEGreport.pdf).
[Bioconductor]: https://bioconductor.org
[bcbio-nextgen]: https://github.com/chapmanb/bcbio-nextgen
[devtools]: https://cran.r-project.org/package=devtools
[R]: https://www.r-project.org