Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aoles/deformats
:recycle: Differential gene expression data formats converter
https://github.com/aoles/deformats
Last synced: 16 days ago
JSON representation
:recycle: Differential gene expression data formats converter
- Host: GitHub
- URL: https://github.com/aoles/deformats
- Owner: aoles
- Created: 2014-08-14T16:09:45.000Z (about 10 years ago)
- Default Branch: devel
- Last Pushed: 2023-04-15T22:57:22.000Z (over 1 year ago)
- Last Synced: 2024-04-26T02:04:46.011Z (7 months ago)
- Language: R
- Homepage:
- Size: 85 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
*[DEFormats](http://bioconductor.org/packages/DEFormats)* is distributed through the [Bioconductor](http://bioconductor.org) package repository.
To install the package, start R and enter:```
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("DEFormats")
```## Documentation
For an overview of the package functionality see the [vignette](https://bioconductor.org/packages/devel/bioc/vignettes/DEFormats/inst/doc/DEFormats.html).
Once you install the package, you can access individual man pages by a call to, e.g., `?DEFormats`.
## Bug reports and feature requests
Bug reports, feature requests, or any other issues with the package should be reported at https://github.com/aoles/DEFormats/issues.