Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/damourchris/expressiondata.jl


https://github.com/damourchris/expressiondata.jl

Last synced: 5 days ago
JSON representation

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/)