Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aoles/ebimage
:art: Image processing toolbox for R
https://github.com/aoles/ebimage
bioinformatics image-analysis image-processing r
Last synced: 8 days ago
JSON representation
:art: Image processing toolbox for R
- Host: GitHub
- URL: https://github.com/aoles/ebimage
- Owner: aoles
- Created: 2014-08-15T15:25:54.000Z (about 10 years ago)
- Default Branch: devel
- Last Pushed: 2024-10-14T22:36:12.000Z (23 days ago)
- Last Synced: 2024-10-21T23:07:14.845Z (16 days ago)
- Topics: bioinformatics, image-analysis, image-processing, r
- Language: R
- Homepage:
- Size: 7.02 MB
- Stars: 71
- Watchers: 13
- Forks: 28
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
Awesome Lists containing this project
README
## Installation
The package is distributed as part of the [Bioconductor](http://bioconductor.org/packages/EBImage) project.
To install this package, start R and enter:```
install.packages("BiocManager")
BiocManager::install("EBImage")
```## Documentation
For an overview of the package functionality, see the [package vignette](http://bioconductor.org/packages/devel/bioc/vignettes/EBImage/inst/doc/EBImage-introduction.html).
Once you install the package, you can access individual man pages by a call to, e.g., `?Image`.
## FAQ
See [my answers on Stack Overflow](http://stackoverflow.com/search?q=user%3A2792099+%09is%3Aanswer+EBimage).
## Bug reports and feature requests
Bug reports, feature requests, or any other issues with the package should be reported at https://github.com/aoles/EBImage/issues.