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

https://github.com/krasnitzlab/organoidstoolbox

Enabling organoid analyses using drug sreening, RNA-seq, exome-seq
https://github.com/krasnitzlab/organoidstoolbox

Last synced: about 13 hours ago
JSON representation

Enabling organoid analyses using drug sreening, RNA-seq, exome-seq

Awesome Lists containing this project

README

          

[![codecov](https://codecov.io/gh/KrasnitzLab/OrganoidsToolBox/branch/main/graph/badge.svg?token=558IYKAQG1)](https://codecov.io/gh/KrasnitzLab/OrganoidsToolBox)
[![License: Artistic-2.0](https://img.shields.io/badge/License-Artistic%202.0-0298c3.svg)](https://opensource.org/licenses/Artistic-2.0)
[![R-CMD-check-bioc](https://github.com/KrasnitzLab/OrganoidsToolBox/actions/workflows/check-bioc.yml/badge.svg)](https://github.com/KrasnitzLab/OrganoidsToolBox/actions/workflows/check-bioc.yml)

# Organoids Tool Box
Enabling organoid analyses using drug sreening, RNA-seq, exome-seq

## Documentation ##

[OrganoidsToolBox Website](https://adeschen.github.io/OrganoidsToolBox/)

[OrganoidsToolBox Get Started](https://adeschen.github.io/OrganoidsToolBox/articles/OrganoidsToolBox.html)

## Installation ##

To install the latest accessible version of **_OrganoidsToolBox_**, the [devtools](https://cran.r-project.org/web/packages/devtools/index.html)
package is required.

## Load required package
library(devtools)

## Install the latest version of OrganoidsToolBox
devtools::install_github('KrasnitzLab/OrganoidsToolBox')

## License ##

This package and the underlying **_OrganoidsToolBox_** code are distributed under
the Artistic license 2.0. You are free to use and redistribute this software.

For more information on Artistic 2.0 License see
[http://opensource.org/licenses/Artistic-2.0](http://opensource.org/licenses/Artistic-2.0)

## Bugs/Feature requests ##

If you have any bugs or feature requests,
[let us know](https://github.com/KrasnitzLab/OrganoidsToolBox/issues).

Thanks!