https://github.com/lpantano/bcbiosmallrna
R package to analyze data after small RNAseq with bcbio
https://github.com/lpantano/bcbiosmallrna
Last synced: 3 months ago
JSON representation
R package to analyze data after small RNAseq with bcbio
- Host: GitHub
- URL: https://github.com/lpantano/bcbiosmallrna
- Owner: lpantano
- License: mit
- Created: 2017-08-05T19:18:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T00:40:17.000Z (over 5 years ago)
- Last Synced: 2025-01-24T23:49:02.659Z (4 months ago)
- Language: HTML
- Homepage: https://lpantano.github.io/bcbioSmallRna/
- Size: 17.7 MB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bcbioSmallRna
[](https://travis-ci.org/lpantano/bcbioSmallRna)
[](http://www.repostatus.org/#active)Quality control and differential expression for [bcbio][] small RNA-seq experiments.
## Installation
This is an [R][] package.
### [Bioconductor][] method
```r
BiocManager("lpantano/bcbioSmallRna")
```### [devtools][] method
```r
install.packages("devtools")
devtools::install_github("lpantano/bcbioSmallRna")
```[bcbio]: https://github.com/chapmanb/bcbio-nextgen
[bioconductor]: https://bioconductor.org
[devtools]: https://cran.r-project.org/package=devtools
[r]: https://www.r-project.org
[rmarkdown]: http://rmarkdown.rstudio.com