An open API service indexing awesome lists of open source software.

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

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.