https://github.com/ltla/multiassayexperiments.jl
Julia implementation of Bioconductor's MultiAssayExperiment.
https://github.com/ltla/multiassayexperiments.jl
Last synced: 3 months ago
JSON representation
Julia implementation of Bioconductor's MultiAssayExperiment.
- Host: GitHub
- URL: https://github.com/ltla/multiassayexperiments.jl
- Owner: LTLA
- License: mit
- Created: 2022-02-14T22:09:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T00:06:33.000Z (about 4 years ago)
- Last Synced: 2025-10-22T19:53:58.490Z (8 months ago)
- Language: Julia
- Homepage: https://LTLA.github.io/MultiAssayExperiments.jl
- Size: 214 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MultiAssayExperiments
Julia port of the [**MultiAssayExperiment**](https://bioconductor.org/packages/MultiAssayExperiment) 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.
Check out the [documentation](https://ltla.github.io/MultiAssayExperiments.jl) for more details.