https://github.com/ltla/summarizedexperiments.jl
Julia implementation of Bioconductor's SummarizedExperiment class
https://github.com/ltla/summarizedexperiments.jl
Last synced: 8 months ago
JSON representation
Julia implementation of Bioconductor's SummarizedExperiment class
- Host: GitHub
- URL: https://github.com/ltla/summarizedexperiments.jl
- Owner: LTLA
- License: mit
- Created: 2022-02-02T00:57:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-23T11:57:20.000Z (about 4 years ago)
- Last Synced: 2025-03-10T14:43:19.207Z (over 1 year ago)
- Language: Julia
- Homepage: https://LTLA.github.io/SummarizedExperiments.jl
- Size: 185 KB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SummarizedExperiments
Julia port of the [**SummarizedExperiment**](https://bioconductor.org/packages/SummarizedExperiment) class.
This is intended to be as faithful as possible to the original implementation,
after aligning to Julia conventions and fixing some of the more egregious legacy issues.