Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damourchris/expressiondata.jl
https://github.com/damourchris/expressiondata.jl
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/damourchris/expressiondata.jl
- Owner: damourChris
- License: mit
- Created: 2024-08-28T23:47:33.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T05:50:51.000Z (2 months ago)
- Last Synced: 2024-11-05T13:26:48.709Z (about 2 months ago)
- Language: Julia
- Homepage: https://damourchris.github.io/ExpressionData.jl/
- Size: 1.54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.bib
Awesome Lists containing this project
README
# ExpressionData
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://damourChris.github.io/ExpressionData.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://damourChris.github.io/ExpressionData.jl/dev/)
[![Build Status](https://github.com/damourChris/ExpressionData.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/damourChris/ExpressionData.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/damourChris/ExpressionData.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/damourChris/ExpressionData.jl)A package to handle expression data in Julia. The API is inspired by the `Bioconductor` package `BioBase` and aims to provide a similar functionality in Julia.
## Installation
```julia
using Pkg
Pkg.add("https://github.com/damourChris/ExpressionData.jl")
```## Documentation
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://damourChris.github.io/ExpressionData.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://damourChris.github.io/ExpressionData.jl/dev/)